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 | 書書 | 10001111100100011000111110010001 | 8f918f91 |
EUC-JP | 書書 | 10111101111100011011110111110001 | bdf1bdf1 |
UTF-8 | 書書 | 111001101001101110111000111001101001101110111000 | e69bb8e69bb8 |
UHC | 書書 | 11011111111101101101111111110110 | dff6dff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)