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 | °¤] | 1000111010110000100011101010010001011101 | 8eb08ea45d |
SJIS-WIN | ?°??] | 001111111000000110001011001111110011111101011101 | 3f818b3f3f5d |
EUC-JP | ?°?¤] | 0011111110100001111010110011111110001111101000101111000001011101 | 3fa1eb3f8fa2f05d |
UTF-8 | °¤] | 110000101000111011000010101100001100001010001110110000101010010001011101 | c28ec2b0c28ec2a45d |
UHC | ?°?¤] | 00111111101000011100011000111111101000101011010001011101 | 3fa1c63fa2b45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)