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 | 髷真 | 11101001100111101001000001011110 | e99e905e |
| EUC-JP | 髷真 | 11110001111111101011111110111111 | f1febfbf |
| UTF-8 | 髷真 | 111010011010101110110111111001111001110010011111 | e9abb7e79c9f |
| UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)