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 | âyB | 111000100111100101000010 | e27942 |
SJIS-WIN | ?yB | 001111110111100101000010 | 3f7942 |
EUC-JP | âyB | 1000111110101011101001000111100101000010 | 8faba47942 |
UTF-8 | âyB | 11000011101000100111100101000010 | c3a27942 |
UHC | ?yB | 001111110111100101000010 | 3f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)