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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 載瘟^ | 1000110111011010111000011000100101011110 | 8ddae1895e |
| EUC-JP | 載瘟^ | 1011101011011100111000011110100101011110 | badce1e95e |
| UTF-8 | 載瘟^ | 11101000101111001000100111100111100110001001111101011110 | e8bc89e7989f5e |
| UHC | 載瘟^ | 1110111010110000111010001011000001011110 | eeb0e8b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)