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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 犲籖猾F | 11100000101110101110001011011101111000001100111101000110 | e0bae2dde0cf46 |
EUC-JP | 犲籖猾F | 11100000101111001110010011011111111000001101000101000110 | e0bce4dfe0d146 |
UTF-8 | 犲籖猾F | 11100111100010101011001011100111101100011001011011100111100011001011111001000110 | e78ab2e7b196e78cbe46 |
UHC | ??猾F | 0011111100111111111111001100001001000110 | 3f3ffcc246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)