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 | ???得? | 001111110011111100111111100100111011111000111111 | 3f3f3f93be3f |
| EUC-JP | ???得堉 | 0011111100111111001111111100011011000000100011111011011111111101 | 3f3f3fc6c08fb7fd |
| UTF-8 | 롗렲뤶得堉 | 111010111010000110010111111010111010000010110010111010111010010010110110111001011011111010010111111001011010000010001001 | eba197eba0b2eba4b6e5be97e5a089 |
| UHC | 롗렲뤶得堉 | 10001110110110111000111010111111100011111110010011010100111100001110101110111100 | 8edb8ebf8fe4d4f0ebbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)