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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 驪宣巨^ | 11101001100010111001000011101001100010111001000001011110 | e98b90e98b905e |
EUC-JP | 驪宣巨^ | 11110001111010111100000011101011101101011111000001011110 | f1ebc0ebb5f05e |
UTF-8 | 驪宣巨^ | 11101001101010011010101011100101101011101010001111100101101101111010100001011110 | e9a9aae5aea3e5b7a85e |
UHC | 驪宣巨^ | 11010101111100011110000010111110110010111101110101011110 | d5f1e0becbdd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)