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 | ñù°ûB | 111100011111100110001110101100001111101101000010 | f1f98eb0fb42 |
SJIS-WIN | ???°?B | 00111111001111110011111110000001100010110011111101000010 | 3f3f3f818b3f42 |
EUC-JP | ñù?°ûB | 10001111101010111101000010001111101010111110001100111111101000011110101110001111101010111110010101000010 | 8fabd08fabe33fa1eb8fabe542 |
UTF-8 | ñù°ûB | 1100001110110001110000111011100111000010100011101100001010110000110000111011101101000010 | c3b1c3b9c28ec2b0c3bb42 |
UHC | ???°?B | 00111111001111110011111110100001110001100011111101000010 | 3f3f3fa1c63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)