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 | 螢捺ス溽ス | 1110010110100011100100111110011010111101100111111110011110111101 | e5a393e6bd9fe7bd |
| EUC-JP | 螢捺ス溽ス | 11101010101001011100011011101000100011101011110111011110111010011000111010111101 | eaa5c6e88ebddee98ebd |
| UTF-8 | 螢捺ス溽ス | 111010001001111010100010111001101000110110111010111011111011110110111101111001101011101010111101111011111011110110111101 | e89ea2e68dbaefbdbde6babdefbdbd |
| UHC | 螢捺??? | 11111011101010111101000111110100001111110011111100111111 | fbabd1f43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)