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 | 0011111100111111001111110110001001000110 | 3f3f3f6246 |
SJIS-WIN | ???bF | 0011111100111111001111110110001001000110 | 3f3f3f6246 |
EUC-JP | ???bF | 0011111100111111001111110110001001000110 | 3f3f3f6246 |
UTF-8 | 혺횖챌bF | 1110110110011000101110101110110110011010100101101110110010110001100011000110001001000110 | ed98baed9a96ecb18c6246 |
UHC | 혺횖챌bF | 1100001010011111110000111001000011000011101001110110001001000110 | c29fc390c3a76246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)