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 | 11011111111010000111101001101000 | dfe87a68 |
SJIS-WIN | ??zh | 00111111001111110111101001101000 | 3f3f7a68 |
EUC-JP | ßèzh | 1000111110101001110011101000111110101011101100100111101001101000 | 8fa9ce8fabb27a68 |
UTF-8 | ßèzh | 110000111001111111000011101010000111101001101000 | c39fc3a87a68 |
UHC | ß?zh | 1010100110101100001111110111101001101000 | a9ac3f7a68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)