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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 痾驅齏陽韜 | 11100001011111011110100101111011111010001110101110010111011110101110100011101001 | e17de97be8eb977ae8e9 |
| EUC-JP | 痾驅齏陽韜 | 11100001110111101111000111011100111100001110110111001101110110111111000011101011 | e1def1dcf0edcddbf0eb |
| UTF-8 | 痾驅齏陽韜 | 111001111001011110111110111010011010100110000101111010011011110110001111111010011001100110111101111010011001111110011100 | e797bee9a985e9bd8fe999bde99f9c |
| UHC | ?驅?陽韜 | 0011111111001111110011000011111111100101110101011101010010110111 | 3fcfcc3fe5d5d4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)