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 | ç¬êë | 1000111111100111101011001110101011101011 | 8fe7aceaeb |
SJIS-WIN | ??¬?? | 001111110011111110000001110010100011111100111111 | 3f3f81ca3f3f |
EUC-JP | ?ç¬êë | 001111111000111110101011101011101010001011001100100011111010101110110100100011111010101110110011 | 3f8fabaea2cc8fabb48fabb3 |
UTF-8 | ç¬êë | 11000010100011111100001110100111110000101010110011000011101010101100001110101011 | c28fc3a7c2acc3aac3ab |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)