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 | 100011101101110110001110110000010111101001101000 | 8edd8ec17a68 |
EUC-JP | 爵蔀zh | 101111001101111110111100110000110111101001101000 | bcdfbcc37a68 |
UTF-8 | 爵蔀zh | 1110011110001000101101011110100010010100100000000111101001101000 | e788b5e894807a68 |
UHC | 爵?zh | 1110110111001001001111110111101001101000 | edc93f7a68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)