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 | ½ÙѾ£ | 1011110111011001110100011011111010100011 | bdd9d1bea3 |
SJIS-WIN | ????£ | 001111110011111100111111001111111000000110010010 | 3f3f3f3f8192 |
EUC-JP | ?ÙÑ?£ | 00111111100011111010101011100011100011111010101011010000001111111010000111110010 | 3f8faae38faad03fa1f2 |
UTF-8 | ½ÙѾ£ | 11000010101111011100001110011001110000111001000111000010101111101100001010100011 | c2bdc399c391c2bec2a3 |
UHC | ½??¾? | 10101000111101100011111100111111101010001111101000111111 | a8f63f3fa8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)