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 | ???泣ら. | 001111110011111100111111100010111000001110000010111001111000000101000100 | 3f3f3f8b8382e78144 |
| EUC-JP | ???泣ら. | 001111110011111100111111101101011110001110100100111010011010000110100101 | 3f3f3fb5e3a4e9a1a5 |
| UTF-8 | 閱뤿툖泣ら. | 111010011001011010110001111010111010010010111111111011011000100010010110111001101011001110100011111000111000001010001001111011111011110010001110 | e996b1eba4bfed8896e6b3a3e38289efbc8e |
| UHC | 閱뤿툖泣ら. | 111001101111001110001111111010111011100010001101111010111110100010101010111010011010001110101110 | e6f38febb88debe8aae9a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)