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 | ?÷ | 0011111111110111 | 3ff7 |
SJIS-WIN | 縺÷ | 11100011100000011000000110000000 | e3818180 |
EUC-JP | 縺÷ | 11100101111000011010000111100000 | e5e1a1e0 |
UTF-8 | 縺÷ | 1110011110111000101110101100001110110111 | e7b8bac3b7 |
UHC | ?÷ | 001111111010000111000000 | 3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)