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 | 闡ケ迯サ闔蘗 | 11101000100100011011100111100111100011011011101111101000100011101001111101000001 | e891b9e78dbbe88e9f41 |
| EUC-JP | 闡ケ迯サ闔蘗 | 111011111111000110001110101110011110110111101101100011101011101111101111111011101101110110100010 | eff18eb9eded8ebbefeedda2 |
| UTF-8 | 闡ケ迯サ闔蘗 | 111010011001011110100001111011111011110110111001111010001011111110101111111011111011110110111011111010011001011110010100111010001001100010010111 | e997a1efbdb9e8bfafefbdbbe99794e89897 |
| UHC | 闡???闔蘗 | 111101001100010100111111001111110011111111111001111011111101110010100010 | f4c53f3f3ff9efdca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)