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 | 驍ェ邉「荳タ | 11101001100000101010101011100111101100111010001011100100101110001000001101011110 | e982aae7b3a2e4b8835e |
| EUC-JP | 驍ェ邉「荳タ | 111100011110001010001110101010101110111010110101100011101010001011101000101110101010010110111111 | f1e28eaaeeb58ea2e8baa5bf |
| UTF-8 | 驍ェ邉「荳タ | 111010011010100110001101111011111011110110101010111010011000001010001001111011111011110110100010111010001000110110110011111000111000001010111111 | e9a98defbdaae98289efbda2e88db3e382bf |
| UHC | 驍???荳タ | 111111011010010000111111001111110011111111010100111001011010101110111111 | fda43f3f3fd4e5abbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)