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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 讀瑚个 | 111001101010010010001100111010001001100010100010 | e6a48ce898a2 |
EUC-JP | 讀瑚个 | 111011001010011010111000111010101101000010100100 | eca6b8ead0a4 |
UTF-8 | 讀瑚个 | 111010001010111010000000111001111001000110011010111001001011100010101010 | e8ae80e7919ae4b8aa |
UHC | 讀瑚? | 1101010011000001111110111101000100111111 | d4c1fbd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)