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 | 遽吸 | 11100111101011111000101101111010 | e7af8b7a |
| EUC-JP | 遽吸 | 11101110101100011011010111011011 | eeb1b5db |
| UTF-8 | 遽吸 | 111010011000000110111101111001011001000010111000 | e981bde590b8 |
| UHC | 遽吸 | 11001011111010001111110111100101 | cbe8fde5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)