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 | ±ûO¶ | 10110001111110110100111110110110 | b1fb4fb6 |
SJIS-WIN | ±?O¶ | 100000010111110100111111010011111000000111110111 | 817d3f4f81f7 |
EUC-JP | ±ûO¶ | 1010000111011110100011111010101111100101010011111010001011111001 | a1de8fabe54fa2f9 |
UTF-8 | ±ûO¶ | 11000010101100011100001110111011010011111100001010110110 | c2b1c3bb4fc2b6 |
UHC | ±?O¶ | 101000011011111000111111010011111010001011010010 | a1be3f4fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)