To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ミハヘ | 1101000011001010110011011111010001101000 | d0cacdf468 |
EUC-JP | ミハヘ? | 10001110110100001000111011001010100011101100110100111111 | 8ed08eca8ecd3f |
UTF-8 | ミハヘ | 111011111011111010010000111011111011111010001010111011111011111010001101111011101000110010011000 | efbe90efbe8aefbe8dee8c98 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)