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 | 臾щЧ維? | 111001000110101110000100100010111000010001011000100010001101101100111111 | e46b848b845888db3f |
| EUC-JP | 臾щЧ維? | 111001111100110010100111111010111010011110111001101100001101110100111111 | e7cca7eba7b9b0dd3f |
| UTF-8 | 臾щЧ維귾 | 11101000100001111011111011010001100010011101000010100111111001111011011010101101111010101011011110111110 | e887bed189d0a7e7b6adeab7be |
| UHC | 臾щЧ維귾 | 11101011101011001010110011101011101011001011100111101011101010111000001101000100 | ebacacebacb9ebab8344 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)