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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 髮咎尸B | 11101001100110111001100111101001100110111001100101000010 | e99b99e99b9942 |
| EUC-JP | 髮咎尸B | 11110001111110111101001011101011110101011111100101000010 | f1fbd2ebd5f942 |
| UTF-8 | 髮咎尸B | 11101001101010111010111011100101100100101000111011100101101100001011100001000010 | e9abaee5928ee5b0b842 |
| UHC | 髮咎尸B | 11011011101001011100111110100100111000111011100101000010 | dba5cfa4e3b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)