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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 紮後ЦB | 11100011010001101000110011100011100001000101011101000010 | e3468ce3845742 |
EUC-JP | 紮後ЦB | 11100101101001111011100011100101101001111011100001000010 | e5a7b8e5a7b842 |
UTF-8 | 紮後ЦB | 111001111011010010101110111001011011111010001100110100001010011001000010 | e7b4aee5be8cd0a642 |
UHC | 紮後ЦB | 11110011110011111111110110101101101011001011100001000010 | f3cffdadacb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)