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 | ?貅諶エ耳 | 0011111111100110101110101111101110101010101101001000111010101000 | 3fe6bafbaab48ea8 |
| EUC-JP | 煚貅諶エ耳 | 100011111100100111111011111011001011110010001111110111101011010110001110101101001011110010101010 | 8fc9fbecbc8fdeb58eb4bcaa |
| UTF-8 | 煚貅諶エ耳 | 111001111000010110011010111010001011001010000101111010001010101110110110111011111011110110110100111010001000000010110011 | e7859ae8b285e8abb6efbdb4e880b3 |
| UHC | ??諶?耳 | 00111111001111111110010010100110001111111110110010111100 | 3f3fe4a63fecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)