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 | ???趙 | 0011111100111111001111111110011011100010 | 3f3f3fe6e2 |
| EUC-JP | 塡??趙 | 10001111101110001011010000111111001111111110110011100100 | 8fb8b43f3fece4 |
| UTF-8 | 塡淚떼趙 | 111001011010000110100001111011111010010110001101111010111001011010111100111010001011011010011001 | e5a1a1efa58deb96bce8b699 |
| UHC | 塡淚떼趙 | 1110111011110011110100101110011110110110101111001111000011100001 | eef3d2e7b6bcf0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)