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 | °¤°¤^ | 1011000010100100101100001010010001011110 | b0a4b0a45e |
SJIS-WIN | °?°?^ | 10000001100010110011111110000001100010110011111101011110 | 818b3f818b3f5e |
EUC-JP | °¤°¤^ | 1010000111101011100011111010001011110000101000011110101110001111101000101111000001011110 | a1eb8fa2f0a1eb8fa2f05e |
UTF-8 | °¤°¤^ | 110000101011000011000010101001001100001010110000110000101010010001011110 | c2b0c2a4c2b0c2a45e |
UHC | °¤°¤^ | 101000011100011010100010101101001010000111000110101000101011010001011110 | a1c6a2b4a1c6a2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)