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 | Õ®¾ë | 100011101101010110001110101011101011111011101011 | 8ed58eaebeeb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Õ?®?ë | 001111111000111110101010110110000011111110001111101000101110111000111111100011111010101110110011 | 3f8faad83f8fa2ee3f8fabb3 |
UTF-8 | Õ®¾ë | 110000101000111011000011100101011100001010001110110000101010111011000010101111101100001110101011 | c28ec395c28ec2aec2bec3ab |
UHC | ???®¾? | 0011111100111111001111111010001011100111101010001111101000111111 | 3f3f3fa2e7a8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)