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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | ??存?@h | 00111111001111111001000110110110001111110100000001101000 | 3f3f91b63f4068 |
EUC-JP | ??存?@h | 00111111001111111100001010111000001111110100000001101000 | 3f3fc2b83f4068 |
UTF-8 | 룴점存◈@h | 1110101110100011101101001110110010100000100100001110010110101101100110001110001010010111100010000100000001101000 | eba3b4eca090e5ad98e297884068 |
UHC | 룴점存◈@h | 10001111101010011100000110100001111100001110110110100010110000100100000001101000 | 8fa9c1a1f0eda2c24068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)