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 | 00111111100011001111011110000011010100110111101001101000 | 3f8cf783537a68 |
EUC-JP | ?功ゴzh | 00111111101110001111100110100101101101000111101001101000 | 3fb8f9a5b47a68 |
UTF-8 | 룴功ゴzh | 1110101110100011101101001110010110001010100111111110001110000010101101000111101001101000 | eba3b4e58a9fe382b47a68 |
UHC | 룴功ゴzh | 1000111110101001110011011110110110101011101101000111101001101000 | 8fa9cdedabb47a68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)