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 | 裂柯^ | 1001011111110100100111100110100001011110 | 97f49e685e |
| EUC-JP | 裂柯^ | 1100111011110110110110111100100101011110 | cef6dbc95e |
| UTF-8 | 裂柯^ | 11101000101000111000001011100110100111111010111101011110 | e8a382e69faf5e |
| UHC | 裂柯^ | 1101011010101110110010101010111101011110 | d6aecaaf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)