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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| EUC-JP | ??鉥??B | 0011111100111111100011111110001111101000001111110011111101000010 | 3f3f8fe3e83f3f42 |
| UTF-8 | 롗렋鉥롊렭B | 11101011101000011001011111101011101000001000101111101001100010011010010111101011101000011000101011101011101000001010110101000010 | eba197eba08be989a5eba18aeba0ad42 |
| UHC | 롗렋鉥롊렭B | 1000111011011011100011101010001011100010111111001000111011010000100011101011101001000010 | 8edb8ea2e2fc8ed08eba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)