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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ??憶?咫? | 0011111100111111100010011010111100111111100110100100000000111111 | 3f3f89af3f9a403f |
| EUC-JP | ??憶?咫? | 0011111100111111101100101011000100111111110100111010000100111111 | 3f3fb2b13fd3a13f |
| UTF-8 | 綎렮憶렑咫렢 | 111001111011011010001110111010111010000010101110111001101000011010110110111010111010000010010001111001011001001010101011111010111010000010100010 | e7b68eeba0aee686b6eba091e592abeba0a2 |
| UHC | 綎렮憶렑咫렢 | 111011111111001010001110101110111110010111100011100011101010011011110010101000011000111010110011 | eff28ebbe5e38ea6f2a18eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)