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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鮮?鮮?^ | 10010001010011100011111110010001010011100011111101011110 | 914e3f914e3f5e |
EUC-JP | 鮮?鮮?^ | 11000001101011110011111111000001101011110011111101011110 | c1af3fc1af3f5e |
UTF-8 | 鮮蟬鮮蟬^ | 11101001101011101010111011101000100111111010110011101001101011101010111011101000100111111010110001011110 | e9aeaee89face9aeaee89fac5e |
UHC | 鮮蟬鮮蟬^ | 111000001101100011100000110100011110000011011000111000001101000101011110 | e0d8e0d1e0d8e0d15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)