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 | 軆溟 | 11100111010111001001111111110000 | e75c9ff0 |
EUC-JP | 軆溟 | 11101101101111011101111011110010 | edbddef2 |
UTF-8 | 軆溟 | 111010001011101110000110111001101011101010011111 | e8bb86e6ba9f |
UHC | ?溟 | 001111111101100110101000 | 3fd9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)