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 | ???苑?? | 00111111001111110011111110001001100100010011111100111111 | 3f3f3f89913f3f |
| EUC-JP | ???苑?? | 00111111001111110011111110110001111100010011111100111111 | 3f3f3fb1f13f3f |
| UTF-8 | 劣믪빆苑믧레 | 111011111010011010011101111010111010111110101010111010111011100110000110111010001000101110010001111010111010111110100111111010111010000010001000 | efa69debafaaebb986e88b91ebafa7eba088 |
| UHC | 劣믪빆苑믧레 | 111001101110101110010010111011001001010110101101111010101011110110010010111010011011011110111001 | e6eb92ec95adeabd92e9b7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)