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 | 縺“ | 11100011100000011000000101100111 | e3818167 |
EUC-JP | 縺“ | 11100101111000011010000111001000 | e5e1a1c8 |
UTF-8 | 縺“ | 111001111011100010111010111000101000000010011100 | e7b8bae2809c |
UHC | ?“ | 001111111010000110110000 | 3fa1b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)