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 | 臾щН維? | 111001000110101110000100100010111000010001001110100010001101101100111111 | e46b848b844e88db3f |
| EUC-JP | 臾щН維? | 111001111100110010100111111010111010011110101111101100001101110100111111 | e7cca7eba7afb0dd3f |
| UTF-8 | 臾щН維꾿 | 11101000100001111011111011010001100010011101000010011101111001111011011010101101111010101011111010111111 | e887bed189d09de7b6adeabebf |
| UHC | 臾щН維꾿 | 11101011101011001010110011101011101011001010111111101011101010111000010101000001 | ebacacebacafebab8541 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)