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 | 1001100001101011100101101110001101010000 | 986b96e350 |
EUC-JP | 鰐悶P | 1100111111001100110011001110010101010000 | cfcccce550 |
UTF-8 | 鰐悶P | 11101001101100001001000011100110100000101011011001010000 | e9b090e682b650 |
UHC | 鰐悶P | 1110010011001010110110101011111101010000 | e4cadabf50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)