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 | 騾セ謌。螽 | 1110100110000000101111101110011010001000101000011110010110101000 | e980bee688a1e5a8 |
| EUC-JP | 騾セ謌。螽 | 11110001111000001000111010111110111010111110100010001110101000011110101010101010 | f1e08ebeebe88ea1eaaa |
| UTF-8 | 騾セ謌。螽 | 111010011010100010111110111011111011110110111110111010001010110010001100111011111011110110100001111010001001111010111101 | e9a8beefbdbee8ac8cefbda1e89ebd |
| UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)