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 | 髦。螟ャ霎 | 1110100110011000101000011110010110100100101011001110100010111110 | e998a1e5a4ace8be |
| EUC-JP | 髦。螟ャ霎 | 11110001111110001000111010100001111010101010011010001110101011001111000011000000 | f1f88ea1eaa68eacf0c0 |
| UTF-8 | 髦。螟ャ霎 | 111010011010101110100110111011111011110110100001111010001001111010011111111011111011110110101100111010011001110010001110 | e9aba6efbda1e89e9fefbdace99c8e |
| UHC | ??螟?? | 001111110011111111011001101011010011111100111111 | 3f3fd9ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)