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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 諍基??題 | 1110011001111001100010101110111000111111001111111001000111101000 | e6798aee3f3f91e8 |
EUC-JP | 諍基??題 | 1110101111011010101101001111000000111111001111111100001011101010 | ebdab4f03f3fc2ea |
UTF-8 | 諍基렰렍題 | 111010001010101110001101111001011001111110111010111010111010000010110000111010111010000010001101111010011010000110001100 | e8ab8de59fbaeba0b0eba08de9a18c |
UHC | 諍基렰렍題 | 11101110101101011101000011110001100011101011110110001110101000111111000010111001 | eeb5d0f18ebd8ea3f0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)