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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 轅【轅【^ | 111001110111011010000001011110011110011101110110100000010111100101011110 | e7768179e77681795e |
EUC-JP | 轅【轅【^ | 111011011101011110100001110110101110110111010111101000011101101001011110 | edd7a1daedd7a1da5e |
UTF-8 | 轅【轅【^ | 11101000101111011000010111100011100000001001000011101000101111011000010111100011100000001001000001011110 | e8bd85e38090e8bd85e380905e |
UHC | 轅【轅【^ | 111010101011111110100001101111001110101010111111101000011011110001011110 | eabfa1bceabfa1bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)