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 | 11100101100001101001011111101000100011111011001001000010 | e58697e88fb242 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | å??è??B | 1000111110101011101010010011111100111111100011111010101110110010001111110011111101000010 | 8faba93f3f8fabb23f3f42 |
UTF-8 | åè²B | 11000011101001011100001010000110110000101001011111000011101010001100001010001111110000101011001001000010 | c3a5c286c297c3a8c28fc2b242 |
UHC | ?????²B | 0011111100111111001111110011111100111111101010011111011101000010 | 3f3f3f3f3fa9f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)