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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 浴?浴?^ | 10010111100000010011111110010111100000010011111101011110 | 97813f97813f5e |
EUC-JP | 浴?浴?^ | 11001101111000010011111111001101111000010011111101011110 | cde13fcde13f5e |
UTF-8 | 浴냮浴냮^ | 11100110101101011011010011101011100000111010111011100110101101011011010011101011100000111010111001011110 | e6b5b4eb83aee6b5b4eb83ae5e |
UHC | 浴냮浴냮^ | 111010011011000110000110011110001110100110110001100001100111100001011110 | e9b18678e9b186785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)