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 | ??zh | 00111111001111110111101001101000 | 3f3f7a68 |
SJIS-WIN | 箪俗zh | 100100100101110010010001101011010111101001101000 | 925c91ad7a68 |
EUC-JP | 箪俗zh | 110000111011110111000010101011110111101001101000 | c3bdc2af7a68 |
UTF-8 | 箪俗zh | 1110011110101110101010101110010010111111100101110111101001101000 | e7aeaae4bf977a68 |
UHC | ?俗zh | 0011111111100001110101000111101001101000 | 3fe1d47a68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)