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 | 昇? | 100011111011100000111111 | 8fb83f |
EUC-JP | 昇? | 101111101011101000111111 | beba3f |
UTF-8 | 昇럤 | 111001101001100010000111111010111001111110100100 | e69887eb9fa4 |
UHC | 昇럤 | 11100011101100001000111010000111 | e3b08e87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)