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 | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
| SJIS-WIN | 将ア宵イU | 10001111101010111011000110001111101010101011001001010101 | 8fabb18faab255 |
| EUC-JP | 将ア宵イU | 101111101010110110001110101100011011111010101100100011101011001001010101 | bead8eb1beac8eb255 |
| UTF-8 | 将ア宵イU | 11100101101100001000011011101111101111011011000111100101101011101011010111101111101111011011001001010101 | e5b086efbdb1e5aeb5efbdb255 |
| UHC | ??宵?U | 001111110011111111100001101100100011111101010101 | 3f3fe1b23f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)