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 | ???疫?? | 00111111001111110011111110001001011101010011111100111111 | 3f3f3f89753f3f |
| EUC-JP | ???疫?? | 00111111001111110011111110110001110101100011111100111111 | 3f3f3fb1d63f3f |
| UTF-8 | 玲곷젷疫뽯젦 | 111011111010011010101101111010101011001110110111111011001010000010110111111001111001011010101011111010111011110110101111111011001010000010100110 | efa6adeab3b7eca0b7e796abebbdafeca0a6 |
| UHC | 玲곷젷疫뽯젦 | 111001111011111110000001111010111010000010101011111001101011100110010110111010111010000010011110 | e7bf81eba0abe6b996eba09e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)