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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | 齊????B | 11101010100011100011111100111111001111110011111101000010 | ea8e3f3f3f3f42 |
| EUC-JP | 齊????B | 11110011111011100011111100111111001111110011111101000010 | f3ee3f3f3f3f42 |
| UTF-8 | 齊곕렊흖놓B | 11101001101111011000101011101010101100111001010111101011101000001000101011101101100111011001011011101011100001101001001101000010 | e9bd8aeab395eba08aed9d96eb869342 |
| UHC | 齊곕렊흖놓B | 1111000010111010101100001110101110001110101000011100100011101000101100111111010101000010 | f0bab0eb8ea1c8e8b3f542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)