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 | 齎??漬?秘 | 111001101101100000111111001111111001001011010000001111111001010011101001 | e6d83f3f92d03f94e9 |
| EUC-JP | 齎??漬?秘 | 111011001101101000111111001111111100010011010010001111111100100011101011 | ecda3f3fc4d23fc8eb |
| UTF-8 | 齎흩車漬얗秘 | 111010011011110110001110111011011001110110101001111011111010010010000010111001101011110010101100111011001001011010010111111001111010011110011000 | e9bd8eed9da9efa482e6bcacec9697e7a798 |
| UHC | 齎흩車漬얗秘 | 111011101011001011001000111100001100101111100111111100101011000010111110111010011101110111111010 | eeb2c8f0cbe7f2b0bee9ddfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)