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 | 獰??旬? | 11100000110101100011111100111111100011110111101100111111 | e0d63f3f8f7b3f |
| EUC-JP | 獰??旬? | 11100000110110000011111100111111101111011101110000111111 | e0d83f3fbddc3f |
| UTF-8 | 獰⑹옓旬퐸 | 111001111000110110110000111000101001000110111001111011001001100010010011111001101001011110101100111011011001000010111000 | e78db0e291b9ec9893e697aced90b8 |
| UHC | 獰⑹옓旬퐸 | 11100111101111101010100111101100100111101001100111100010111000101011111001000001 | e7bea9ec9e99e2e2be41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)