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 | H@FB | 100100100100100010010010010000000100011001000010 | 924892404642 |
SJIS-WIN | ?H?@FB | 001111110100100000111111010000000100011001000010 | 3f483f404642 |
EUC-JP | ?H?@FB | 001111110100100000111111010000000100011001000010 | 3f483f404642 |
UTF-8 | H@FB | 1100001010010010010010001100001010010010010000000100011001000010 | c29248c292404642 |
UHC | ?H?@FB | 001111110100100000111111010000000100011001000010 | 3f483f404642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)