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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 餌謝P | 1000100101100001100011101101001101010000 | 89618ed350 |
EUC-JP | 餌謝P | 1011000111000010101111001101010101010000 | b1c2bcd550 |
UTF-8 | 餌謝P | 11101001101001001000110011101000101011001001110101010000 | e9a48ce8ac9d50 |
UHC | 餌謝P | 1110110011001000110111101111001101010000 | ecc8def350 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)