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 | ¾É°¾È | 101111101100100110001110101100001011111011001000 | bec98eb0bec8 |
SJIS-WIN | ???°?? | 00111111001111110011111110000001100010110011111100111111 | 3f3f3f818b3f3f |
EUC-JP | ?É?°?È | 0011111110001111101010101011000100111111101000011110101100111111100011111010101010110010 | 3f8faab13fa1eb3f8faab2 |
UTF-8 | ¾É°¾È | 110000101011111011000011100010011100001010001110110000101011000011000010101111101100001110001000 | c2bec389c28ec2b0c2bec388 |
UHC | ¾??°¾? | 101010001111101000111111001111111010000111000110101010001111101000111111 | a8fa3f3fa1c6a8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)