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 | 0011111100111111001111110111101001101000 | 3f3f3f7a68 |
SJIS-WIN | 中??zh | 100100101000011000111111001111110111101001101000 | 92863f3f7a68 |
EUC-JP | 中??zh | 110000111110011000111111001111110111101001101000 | c3e63f3f7a68 |
UTF-8 | 中쯔츌zh | 1110010010111000101011011110110010101111100101001110110010111000100011000111101001101000 | e4b8adecaf94ecb88c7a68 |
UHC | 中쯔츌zh | 1111000111101001110000101110101011000011111101000111101001101000 | f1e9c2eac3f47a68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)