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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
| SJIS-WIN | 迯サ迯冗紛G | 11100111100011011011101111100111100011011000111111100111100101011011010001000111 | e78dbbe78d8fe795b447 |
| EUC-JP | 迯サ迯冗紛G | 1110110111101101100011101011101111101101111011011011111011101001110010101011011001000111 | eded8ebbededbee9cab647 |
| UTF-8 | 迯サ迯冗紛G | 11101000101111111010111111101111101111011011101111101000101111111010111111100101100001101001011111100111101101001001101101000111 | e8bfafefbdbbe8bfafe58697e7b49b47 |
| UHC | ???冗紛G | 0011111100111111001111111110100110110111110111011101000101000111 | 3f3f3fe9b7ddd147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)