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 | 娃?鵝??^ | 1000100010100001001111111110101001000000001111110011111101011110 | 88a13fea403f3f5e |
EUC-JP | 娃?鵝??^ | 1011000010100011001111111111001110100001001111110011111101011110 | b0a33ff3a13f3f5e |
UTF-8 | 娃봦鵝녶뜵^ | 11100101101010001000001111101011101101001010011011101001101101011001110111101011100001011011011011101011100111001011010101011110 | e5a883ebb4a6e9b59deb85b6eb9cb55e |
UHC | 娃봦鵝녶뜵^ | 1110100011011111100101000110100011100100101111011000011011100101100011011011001101011110 | e8df9468e4bd86e58db35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)