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 | 蛾? | 100010011110100100111111 | 89e93f |
EUC-JP | 蛾? | 101100101110101100111111 | b2eb3f |
UTF-8 | 蛾룠 | 111010001001101110111110111010111010001110100000 | e89bbeeba3a0 |
UHC | 蛾룠 | 11100100101101101000111110011010 | e4b68f9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)