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 | ñù¤ê³ | 111100011111100110001110101001001110101010110011 | f1f98ea4eab3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ñù?¤ê? | 1000111110101011110100001000111110101011111000110011111110001111101000101111000010001111101010111011010000111111 | 8fabd08fabe33f8fa2f08fabb43f |
UTF-8 | ñù¤ê³ | 110000111011000111000011101110011100001010001110110000101010010011000011101010101100001010110011 | c3b1c3b9c28ec2a4c3aac2b3 |
UHC | ???¤?³ | 0011111100111111001111111010001010110100001111111010100111111000 | 3f3f3fa2b43fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)