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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 臾щぜ@B | 1110010001101011100001001000101110000010101110100100000001000010 | e46b848b82ba4042 |
EUC-JP | 臾щぜ@B | 1110011111001100101001111110101110100100101111000100000001000010 | e7cca7eba4bc4042 |
UTF-8 | 臾щぜ@B | 11101000100001111011111011010001100010011110001110000001100111000100000001000010 | e887bed189e3819c4042 |
UHC | 臾щぜ@B | 1110101110101100101011001110101110101010101111000100000001000010 | ebacacebaabc4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)