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 | 101000101010111110101001101000110100000001101000 | a2afa9a34068 |
SJIS-WIN | ¢??£@h | 1000000110010001001111110011111110000001100100100100000001101000 | 81913f3f81924068 |
EUC-JP | ¢¯©£@h | 101000011111000110001111101000101011010010001111101000101110110110100001111100100100000001101000 | a1f18fa2b48fa2eda1f24068 |
UTF-8 | ¢¯©£@h | 11000010101000101100001010101111110000101010100111000010101000110100000001101000 | c2a2c2afc2a9c2a34068 |
UHC | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)