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 | ë÷´^ | 1110101111110111100011101011010001011110 | ebf78eb45e |
SJIS-WIN | ?÷?´^ | 00111111100000011000000000111111100000010100110001011110 | 3f81803f814c5e |
EUC-JP | ë÷?´^ | 100011111010101110110011101000011110000000111111101000011010110101011110 | 8fabb3a1e03fa1ad5e |
UTF-8 | ë÷´^ | 110000111010101111000011101101111100001010001110110000101011010001011110 | c3abc3b7c28ec2b45e |
UHC | ?÷?´^ | 00111111101000011100000000111111101000101010010101011110 | 3fa1c03fa2a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)