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 | 隴ス螟ら浣髮 | 1110100010101101101111011110010110100100100000101110011110011111101011111110100110011011 | e8adbde5a482e79fafe99b |
| EUC-JP | 隴ス螟ら浣髮 | 111100001010111110001110101111011110101010100110101001001110100111011110101100011111000111111011 | f0af8ebdeaa6a4e9deb1f1fb |
| UTF-8 | 隴ス螟ら浣髮 | 111010011001101010110100111011111011110110111101111010001001111010011111111000111000001010001001111001101011010110100011111010011010101110101110 | e99ab4efbdbde89e9fe38289e6b5a3e9abae |
| UHC | ??螟ら浣髮 | 00111111001111111101100110101101101010101110100111101000110010111101101110100101 | 3f3fd9adaae9e8cbdba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)