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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 隹キ閾捺據^ | 11101000101100001011011111101000100001111001001111100110100111011001111101011110 | e8b0b7e88793e69d9f5e |
| EUC-JP | 隹キ閾捺據^ | 1111000010110010100011101011011111101111111001111100011011101000110110101010000101011110 | f0b28eb7efe7c6e8daa15e |
| UTF-8 | 隹キ閾捺據^ | 11101001100110101011100111101111101111011011011111101001100101101011111011100110100011011011101011100110100100111001101001011110 | e99ab9efbdb7e996bee68dbae6939a5e |
| UHC | ???捺據^ | 0011111100111111001111111101000111110100110010111110000001011110 | 3f3f3fd1f4cbe05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)