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 | HgHgB | 10010010010010000110011110010010010010000110011101000010 | 92486792486742 |
SJIS-WIN | ?Hg?HgB | 00111111010010000110011100111111010010000110011101000010 | 3f48673f486742 |
EUC-JP | ?Hg?HgB | 00111111010010000110011100111111010010000110011101000010 | 3f48673f486742 |
UTF-8 | HgHgB | 110000101001001001001000011001111100001010010010010010000110011101000010 | c2924867c292486742 |
UHC | ?Hg?HgB | 00111111010010000110011100111111010010000110011101000010 | 3f48673f486742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)