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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 浴?浴?B | 10010111100000010011111110010111100000010011111101000010 | 97813f97813f42 |
EUC-JP | 浴?浴?B | 11001101111000010011111111001101111000010011111101000010 | cde13fcde13f42 |
UTF-8 | 浴냰浴냰B | 11100110101101011011010011101011100000111011000011100110101101011011010011101011100000111011000001000010 | e6b5b4eb83b0e6b5b4eb83b042 |
UHC | 浴냰浴냰B | 111010011011000110000110011110101110100110110001100001100111101001000010 | e9b1867ae9b1867a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)