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 | èBG | 111010000100001001000111 | e84247 |
SJIS-WIN | ?BG | 001111110100001001000111 | 3f4247 |
EUC-JP | èBG | 1000111110101011101100100100001001000111 | 8fabb24247 |
UTF-8 | èBG | 11000011101010000100001001000111 | c3a84247 |
UHC | ?BG | 001111110100001001000111 | 3f4247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)