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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 身?? | 10010000011001110011111100111111 | 90673f3f |
| EUC-JP | 身?? | 10111111110010000011111100111111 | bfc83f3f |
| UTF-8 | 身뤹떥 | 111010001011101010101011111010111010010010111001111010111001011010100101 | e8baabeba4b9eb96a5 |
| UHC | 身뤹떥 | 111000111111001110001111111001111000101110111000 | e3f38fe78bb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)