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 | ¨ù¡¾^ | 1010100011111001101000011011111001011110 | a8f9a1be5e |
SJIS-WIN | ¨???^ | 100000010100111000111111001111110011111101011110 | 814e3f3f3f5e |
EUC-JP | ¨ù¡?^ | 10100001101011111000111110101011111000111000111110100010110000100011111101011110 | a1af8fabe38fa2c23f5e |
UTF-8 | ¨ù¡¾^ | 110000101010100011000011101110011100001010100001110000101011111001011110 | c2a8c3b9c2a1c2be5e |
UHC | ¨?¡¾^ | 1010000110100111001111111010001010101110101010001111101001011110 | a1a73fa2aea8fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)