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 | ë¬Î· | 1110101110011000101011001100111010110111 | eb98acceb7 |
SJIS-WIN | ??¬?? | 001111110011111110000001110010100011111100111111 | 3f3f81ca3f3f |
EUC-JP | ë?¬Î? | 10001111101010111011001100111111101000101100110010001111101010101100001000111111 | 8fabb33fa2cc8faac23f |
UTF-8 | ë¬Î· | 11000011101010111100001010011000110000101010110011000011100011101100001010110111 | c3abc298c2acc38ec2b7 |
UHC | ????· | 001111110011111100111111001111111010000110100100 | 3f3f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)