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 | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-WIN | 遜俗]H | 100100011011101110010001101011010101110101001000 | 91bb91ad5d48 |
EUC-JP | 遜俗]H | 110000101011110111000010101011110101110101001000 | c2bdc2af5d48 |
UTF-8 | 遜俗]H | 1110100110000001100111001110010010111111100101110101110101001000 | e9819ce4bf975d48 |
UHC | 遜俗]H | 111000011110000111100001110101000101110101001000 | e1e1e1d45d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)