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 | 佃?憶?夭耿 | 10010010110011110011111110001001101011110011111110011010111011101110001111010100 | 92cf3f89af3f9aeee3d4 |
| EUC-JP | 佃?憶?夭耿 | 11000100110100010011111110110010101100010011111111010100111100001110011011010110 | c4d13fb2b13fd4f0e6d6 |
| UTF-8 | 佃렡憶렕夭耿 | 111001001011110110000011111010111010000010100001111001101000011010110110111010111010000010010101111001011010010010101101111010001000000010111111 | e4bd83eba0a1e686b6eba095e5a4ade880bf |
| UHC | 佃렡憶렕夭耿 | 111011101110110010001110101100101110010111100011100011101010101011101000111011001100110011101010 | eeec8eb2e5e38eaae8ecccea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)