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 | 腸?腸?^ | 10010010101100000011111110010010101100000011111101011110 | 92b03f92b03f5e |
EUC-JP | 腸?腸?^ | 11000100101100100011111111000100101100100011111101011110 | c4b23fc4b23f5e |
UTF-8 | 腸쌨腸쌤^ | 11101000100001011011100011101100100011001010100011101000100001011011100011101100100011001010010001011110 | e885b8ec8ca8e885b8ec8ca45e |
UHC | 腸쌨腸쌤^ | 111011011111001110111101110111101110110111110011101111011101110001011110 | edf3bddeedf3bddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)