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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 賊?淨?B | 10010001101011110011111110011111110001000011111101000010 | 91af3f9fc43f42 |
EUC-JP | 賊?淨?B | 11000010101100010011111111011110110001100011111101000010 | c2b13fdec63f42 |
UTF-8 | 賊렱淨렱B | 11101000101100111000101011101011101000001011000111100110101101111010100011101011101000001011000101000010 | e8b38aeba0b1e6b7a8eba0b142 |
UHC | 賊렱淨렱B | 111011101110010010001110101111101110111111100100100011101011111001000010 | eee48ebeefe48ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)