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 | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 隹ソ鬆ーミァF | 111010001011000010111111111010011010000010110000110100001010011101000110 | e8b0bfe9a0b0d0a746 |
EUC-JP | 隹ソ鬆ーミァF | 11110000101100101000111010111111111100101010001010001110101100001000111011010000100011101010011101000110 | f0b28ebff2a28eb08ed08ea746 |
UTF-8 | 隹ソ鬆ーミァF | 11101001100110101011100111101111101111011011111111101001101011001000011011101111101111011011000011101111101111101001000011101111101111011010011101000110 | e99ab9efbdbfe9ac86efbdb0efbe90efbda746 |
UHC | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)