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 | 螢ッム削柱 | 1110010110100011101011111101000110001101111011011001001010001100 | e5a3afd18ded928c |
| EUC-JP | 螢ッム削柱 | 11101010101001011000111010101111100011101101000110111010111011111100001111101100 | eaa58eaf8ed1baefc3ec |
| UTF-8 | 螢ッム削柱 | 111010001001111010100010111011111011110110101111111011111011111010010001111001011000100110001010111001101001111110110001 | e89ea2efbdafefbe91e5898ae69fb1 |
| UHC | 螢??削柱 | 1111101110101011001111110011111111011110111110111111000110111010 | fbab3f3fdefbf1ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)