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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 泳???澳 | 10001001011010100011111100111111001111111110000001010011 | 896a3f3f3fe053 |
| EUC-JP | 泳???澳 | 10110001110010110011111100111111001111111101111110110100 | b1cb3f3f3fdfb4 |
| UTF-8 | 泳볃됵슁澳 | 111001101011001110110011111010111011001110000011111010111001000010110101111011001000101010000001111001101011111010110011 | e6b3b3ebb383eb90b5ec8a81e6beb3 |
| UHC | 泳볃됵슁澳 | 11100111101101101001001111010001100010011110111110111101101100111110011111111110 | e7b693d189efbdb3e7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)