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 | 騾門衷辷 | 1110100110000000100101101110010110010010100011111110011110001000 | e98096e5928fe788 |
| EUC-JP | 騾門衷辷 | 1111000111100000110011001110011111000011111011111110110111101000 | f1e0cce7c3efede8 |
| UTF-8 | 騾門衷辷 | 111010011010100010111110111010011001011010000000111010001010000110110111111010001011111010110111 | e9a8bee99680e8a1b7e8beb7 |
| UHC | ?門衷? | 001111111101101010100110111101011111101100111111 | 3fdaa6f5fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)