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 | ?p | 0011111101110000 | 3f70 |
SJIS-WIN | 唸p | 100110100101100001110000 | 9a5870 |
EUC-JP | 唸p | 110100111011100101110000 | d3b970 |
UTF-8 | 唸p | 11100101100101001011100001110000 | e594b870 |
UHC | ?p | 0011111101110000 | 3f70 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)