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 | 駱? | 111010010111000000111111 | e9703f |
EUC-JP | 駱? | 111100011101000100111111 | f1d13f |
UTF-8 | 駱┞ | 111010011010011110110001111000101001010010011110 | e9a7b1e2949e |
UHC | 駱┞ | 11010101101011011010011011001001 | d5ada6c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)