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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 臂嬲臂嬲^ | 111001000101110110011011011010101110010001011101100110110110101001011110 | e45d9b6ae45d9b6a5e |
| EUC-JP | 臂嬲臂嬲^ | 111001111011111011010101110010111110011110111110110101011100101101011110 | e7bed5cbe7bed5cb5e |
| UTF-8 | 臂嬲臂嬲^ | 11101000100001111000001011100101101011001011001011101000100001111000001011100101101011001011001001011110 | e88782e5acb2e88782e5acb25e |
| UHC | 臂?臂?^ | 11011110101000100011111111011110101000100011111101011110 | dea23fdea23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)