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 | 譫晁、川ム^ | 11100110100111101001110111101000101001001001000011101100100000111000000001011110 | e69e9de8a490ec83805e |
| EUC-JP | 譫晁、川ム^ | 1110101111111110110110101110101010001110101001001100000011101110101001011110000001011110 | ebfedaea8ea4c0eea5e05e |
| UTF-8 | 譫晁、川ム^ | 11101000101011011010101111100110100110011000000111101111101111011010010011100101101101111001110111100011100000111010000001011110 | e8adabe69981efbda4e5b79de383a05e |
| UHC | ?晁?川ム^ | 001111111111000011000101001111111111010010111001101010111110000001011110 | 3ff0c53ff4b9abe05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)