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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鮮i | 10010001010011101000001010001001 | 914e8289 |
EUC-JP | 鮮i | 11000001101011111010001111101001 | c1afa3e9 |
UTF-8 | 鮮i | 111010011010111010101110111011111011110110001001 | e9aeaeefbd89 |
UHC | 鮮i | 11100000110110001010001111101001 | e0d8a3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)