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 | ¢Ý¢Ý^ | 1010001011011101101000101101110101011110 | a2dda2dd5e |
SJIS-WIN | ¢?¢?^ | 10000001100100010011111110000001100100010011111101011110 | 81913f81913f5e |
EUC-JP | ¢Ý¢Ý^ | 1010000111110001100011111010101011110010101000011111000110001111101010101111001001011110 | a1f18faaf2a1f18faaf25e |
UTF-8 | ¢Ý¢Ý^ | 110000101010001011000011100111011100001010100010110000111001110101011110 | c2a2c39dc2a2c39d5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)