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 | ???萸х? | 0011111100111111001111111110010011001110100001001000011100111111 | 3f3f3fe4ce84873f |
| EUC-JP | ???萸х? | 0011111100111111001111111110100011010000101001111110011100111111 | 3f3f3fe8d0a7e73f |
| UTF-8 | 列룸뱶萸х뎁 | 1110111110100110100111001110101110100011101110001110101110110001101101101110100010010000101110001101000110000101111010111000111010000001 | efa69ceba3b8ebb1b6e890b8d185eb8e81 |
| UHC | 列룸뱶萸х뎁 | 111001101110101010110111111010111001001110011100111010111010110110101100111001111011010110101010 | e6eab7eb939cebadace7b5aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)