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 | 煜シ諶エ耳 | 1111101101010101101111001111101110101010101101001000111010101000 | fb55bcfbaab48ea8 |
| EUC-JP | 煜シ諶エ耳 | 100011111100100111111100100011101011110010001111110111101011010110001110101101001011110010101010 | 8fc9fc8ebc8fdeb58eb4bcaa |
| UTF-8 | 煜シ諶エ耳 | 111001111000010110011100111011111011110110111100111010001010101110110110111011111011110110110100111010001000000010110011 | e7859cefbdbce8abb6efbdb4e880b3 |
| UHC | 煜?諶?耳 | 1110100111110010001111111110010010100110001111111110110010111100 | e9f23fe4a63fecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)