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 | °Æ¶ë | 10110000110001101011011011101011 | b0c6b6eb |
SJIS-WIN | °?¶? | 100000011000101100111111100000011111011100111111 | 818b3f81f73f |
EUC-JP | °Æ¶ë | 10100001111010111000111110101001101000011010001011111001100011111010101110110011 | a1eb8fa9a1a2f98fabb3 |
UTF-8 | °Æ¶ë | 1100001010110000110000111000011011000010101101101100001110101011 | c2b0c386c2b6c3ab |
UHC | °Æ¶? | 10100001110001101010100010100001101000101101001000111111 | a1c6a8a1a2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)