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 | 蟾ス蜊ウ鞐 | 1110010110110111101111011110010110001101101100111110100011011110 | e5b7bde58db3e8de |
| EUC-JP | 蟾ス蜊ウ鞐 | 11101010101110011000111010111101111010011110110110001110101100111111000011100000 | eab98ebde9ed8eb3f0e0 |
| UTF-8 | 蟾ス蜊ウ鞐 | 111010001001111110111110111011111011110110111101111010001001110010001010111011111011110110110011111010011001111010010000 | e89fbeefbdbde89c8aefbdb3e99e90 |
| UHC | 蟾???? | 111000001110101000111111001111110011111100111111 | e0ea3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)