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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 艪癢姙^ | 11100100100000101110000110011000100110110100101101011110 | e482e1989b4b5e |
| EUC-JP | 艪癢姙^ | 11100111111000101110000111111000110101011010110001011110 | e7e2e1f8d5ac5e |
| UTF-8 | 艪癢姙^ | 11101000100010011010101011100111100110011010001011100101101001111001100101011110 | e889aae799a2e5a7995e |
| UHC | ??姙^ | 0011111100111111111011001111010101011110 | 3f3fecf55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)