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 | ¾À°¼Ý | 101111101100000010001110101100001011110011011101 | bec08eb0bcdd |
SJIS-WIN | ???°?? | 00111111001111110011111110000001100010110011111100111111 | 3f3f3f818b3f3f |
EUC-JP | ?À?°?Ý | 0011111110001111101010101010001000111111101000011110101100111111100011111010101011110010 | 3f8faaa23fa1eb3f8faaf2 |
UTF-8 | ¾À°¼Ý | 110000101011111011000011100000001100001010001110110000101011000011000010101111001100001110011101 | c2bec380c28ec2b0c2bcc39d |
UHC | ¾??°¼? | 101010001111101000111111001111111010000111000110101010001111100100111111 | a8fa3f3fa1c6a8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)