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 | HgW | 10010010010010000110011101010111 | 92486757 |
SJIS-WIN | ?HgW | 00111111010010000110011101010111 | 3f486757 |
EUC-JP | ?HgW | 00111111010010000110011101010111 | 3f486757 |
UTF-8 | HgW | 1100001010010010010010000110011101010111 | c292486757 |
UHC | ?HgW | 00111111010010000110011101010111 | 3f486757 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)