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 | 嶸某 | 11111010101101001001011001011110 | fab4965e |
EUC-JP | 嶸某 | 1000111110111011111101001100101110111111 | 8fbbf4cbbf |
UTF-8 | 嶸某 | 111001011011011010111000111001101001111110010000 | e5b6b8e69f90 |
UHC | 嶸某 | 11100111101011101101100110111011 | e7aed9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)