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 | À«B | 110000001010101101000010 | c0ab42 |
SJIS-WIN | ??B | 001111110011111101000010 | 3f3f42 |
EUC-JP | À?B | 1000111110101010101000100011111101000010 | 8faaa23f42 |
UTF-8 | À«B | 1100001110000000110000101010101101000010 | c380c2ab42 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)