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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蟾埼麻^ | 11100101101101111000110111101001100101101000001101011110 | e5b78de996835e |
EUC-JP | 蟾埼麻^ | 11101010101110011011101011101011110010111110001101011110 | eab9baebcbe35e |
UTF-8 | 蟾埼麻^ | 11101000100111111011111011100101100111111011110011101001101110101011101101011110 | e89fbee59fbce9babb5e |
UHC | 蟾埼麻^ | 11100000111010101101000011110010110110001010101101011110 | e0ead0f2d8ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)