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 | 仰?? | 10001011110000100011111100111111 | 8bc23f3f |
| EUC-JP | 仰?? | 10110110110001000011111100111111 | b6c43f3f |
| UTF-8 | 仰롕롏 | 111001001011101110110000111010111010000110010101111010111010000110001111 | e4bbb0eba195eba18f |
| UHC | 仰롕롏 | 111001001110011010001110110110011000111011010101 | e4e68ed98ed5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)