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 | HgAhE | 10010010010010000110011110010010010000010110100001000101 | 92486792416845 |
SJIS-WIN | ?Hg?AhE | 00111111010010000110011100111111010000010110100001000101 | 3f48673f416845 |
EUC-JP | ?Hg?AhE | 00111111010010000110011100111111010000010110100001000101 | 3f48673f416845 |
UTF-8 | HgAhE | 110000101001001001001000011001111100001010010010010000010110100001000101 | c2924867c292416845 |
UHC | ?Hg?AhE | 00111111010010000110011100111111010000010110100001000101 | 3f48673f416845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)