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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 癲l?逾 | 11100001100111111000001010001100001111111110011110100101 | e19f828c3fe7a5 |
| EUC-JP | 癲l?逾 | 11100010101000011010001111101100001111111110111010100111 | e2a1a3ec3feea7 |
| UTF-8 | 癲l늹逾 | 111001111001100110110010111011111011110110001100111010111000101010111001111010011000000010111110 | e799b2efbd8ceb8ab9e980be |
| UHC | 癲l늹逾 | 1110111110100110101000111110110010001000100000101110101110110101 | efa6a3ec8882ebb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)