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 | ??O | 001111110011111101001111 | 3f3f4f |
| SJIS-WIN | 跣?O | 11100110111011110011111101001111 | e6ef3f4f |
| EUC-JP | 跣剡O | 111011001111000110001111101100111100011101001111 | ecf18fb3c74f |
| UTF-8 | 跣剡O | 11101000101101111010001111100101100010011010000101001111 | e8b7a3e589a14f |
| UHC | 跣剡O | 1110000011010011111000001110011001001111 | e0d3e0e64f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)