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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 證ク逋ゥ莉撮 | 11100110100110101011100011100111100110011010100111100100101110111000111001000010 | e69ab8e799a9e4bb8e42 |
| EUC-JP | 證ク逋ゥ莉撮 | 111010111111101010001110101110001110110111111001100011101010100111101000101111011011101110100011 | ebfa8eb8edf98ea9e8bdbba3 |
| UTF-8 | 證ク逋ゥ莉撮 | 111010001010110110001001111011111011110110111000111010011000000010001011111011111011110110101001111010001000111010001001111001101001001010101110 | e8ad89efbdb8e9808befbda9e88e89e692ae |
| UHC | 證?逋?莉撮 | 11110001111110110011111111111000111001110011111111010111111010011111010111001001 | f1fb3ff8e73fd7e9f5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)