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 | ? | 00111111 | 3f |
SJIS-WIN | 崗 | 1001101110111100 | 9bbc |
EUC-JP | 崗 | 1101011010111110 | d6be |
UTF-8 | 崗 | 111001011011010010010111 | e5b497 |
UHC | 崗 | 1100101110101011 | cbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)