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 | 11100111100011011011101111100111100011011000111111101000100101011011111001000111 | e78dbbe78d8fe895be47 |
| EUC-JP | 迯サ迯剰弊G | 1110110111101101100011101011101111101101111011011011111011101010110010101100000001000111 | eded8ebbededbeeacac047 |
| UTF-8 | 迯サ迯剰弊G | 11101000101111111010111111101111101111011011101111101000101111111010111111100101100010011011000011100101101111001000101001000111 | e8bfafefbdbbe8bfafe589b0e5bc8a47 |
| UHC | ????弊G | 00111111001111110011111100111111111110001100100101000111 | 3f3f3f3ff8c947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)