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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 撓ο?BF | 10011101100110101000001111001101001111110100001001000110 | 9d9a83cd3f4246 |
EUC-JP | 撓ο?BF | 11011001111110101010011011001111001111110100001001000110 | d9faa6cf3f4246 |
UTF-8 | 撓ο숯BF | 11100110100100101001001111001110101111111110110010001000101011110100001001000110 | e69293cebfec88af4246 |
UHC | 撓ο숯BF | 1110100011110101101001011110111110111101101000010100001001000110 | e8f5a5efbda14246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)