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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 昻?????野 | 111110101101000000111111001111110011111100111111001111111001011011101100 | fad03f3f3f3f3f96ec |
EUC-JP | ??????野 | 0011111100111111001111110011111100111111001111111100110011101110 | 3f3f3f3f3f3fccee |
UTF-8 | 昻뽬궚溜뽯젦野 | 111001101001100010111011111010111011110110101100111010101011011010011010111011111010011110001011111010111011110110101111111011001010000010100110111010011000011110001110 | e698bbebbdaceab69aefa78bebbdafeca0a6e9878e |
UHC | 昻뽬궚溜뽯젦野 | 1110010011101001100101101110100010000010101011111110101011111110100101101110101110100000100111101110010110101111 | e4e996e882afeafe96eba09ee5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)