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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鶯??意?^ | 1110100111110010001111110011111110001000110100110011111101011110 | e9f23f3f88d33f5e |
EUC-JP | 鶯??意?^ | 1111001011110100001111110011111110110000110101010011111101011110 | f2f43f3fb0d53f5e |
UTF-8 | 鶯ㅲ궗意놻^ | 11101001101101101010111111100011100001011011001011101010101101101001011111100110100001001000111111101011100001101011101101011110 | e9b6afe385b2eab697e6848feb86bb5e |
UHC | 鶯ㅲ궗意놻^ | 1110010110100011101001001110001010000010101011001110101111110010100001110110001101011110 | e5a3a4e282acebf287635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)