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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 韜瑚 | 11101000111010011000110011101000 | e8e98ce8 |
EUC-JP | 韜瑚 | 11110000111010111011100011101010 | f0ebb8ea |
UTF-8 | 韜瑚 | 111010011001111110011100111001111001000110011010 | e99f9ce7919a |
UHC | 韜瑚 | 11010100101101111111101111010001 | d4b7fbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)