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 | 螢ッム削衷 | 1110010110100011101011111101000110001101111011011001001010001111 | e5a3afd18ded928f |
| EUC-JP | 螢ッム削衷 | 11101010101001011000111010101111100011101101000110111010111011111100001111101111 | eaa58eaf8ed1baefc3ef |
| UTF-8 | 螢ッム削衷 | 111010001001111010100010111011111011110110101111111011111011111010010001111001011000100110001010111010001010000110110111 | e89ea2efbdafefbe91e5898ae8a1b7 |
| UHC | 螢??削衷 | 1111101110101011001111110011111111011110111110111111010111111011 | fbab3f3fdefbf5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)