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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ???空暎 | 00111111001111110011111110001011111100111001110111110011 | 3f3f3f8bf39df3 |
| EUC-JP | ???空暎 | 00111111001111110011111110110110111101011101101011110101 | 3f3f3fb6f5daf5 |
| UTF-8 | 筽멨선空暎 | 111001111010110110111101111010111010100110101000111011001000010010100000111001111010100110111010111001101001101010001110 | e7adbdeba9a8ec84a0e7a9bae69a8e |
| UHC | 筽멨선空暎 | 11101000101001001011100011100101101111001011000111001101111101101110011110110010 | e8a4b8e5bcb1cdf6e7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)