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 | ë¬Î³ | 1110101110011000101011001100111010110011 | eb98acceb3 |
SJIS-WIN | ??¬?? | 001111110011111110000001110010100011111100111111 | 3f3f81ca3f3f |
EUC-JP | ë?¬Î? | 10001111101010111011001100111111101000101100110010001111101010101100001000111111 | 8fabb33fa2cc8faac23f |
UTF-8 | ë¬Î³ | 11000011101010111100001010011000110000101010110011000011100011101100001010110011 | c3abc298c2acc38ec2b3 |
UHC | ????³ | 001111110011111100111111001111111010100111111000 | 3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)