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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 齧鮮雪 | 111010101001011010010001010011101001000011100001 | ea96914e90e1 |
EUC-JP | 齧鮮雪 | 111100111111011011000001101011111100000011100011 | f3f6c1afc0e3 |
UTF-8 | 齧鮮雪 | 111010011011110110100111111010011010111010101110111010011001101110101010 | e9bda7e9aeaee99baa |
UHC | 齧鮮雪 | 111000001110010111100000110110001110000011100100 | e0e5e0d8e0e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)