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 | 鮮曜 | 10010001010011101001011101101010 | 914e976a |
EUC-JP | 鮮曜 | 11000001101011111100110111001011 | c1afcdcb |
UTF-8 | 鮮曜 | 111010011010111010101110111001101001101110011100 | e9aeaee69b9c |
UHC | 鮮曜 | 11100000110110001110100011111000 | e0d8e8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)