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 | 11100111100001101011000111101011100101001001110101000010 | e786b1eb949d42 |
SJIS-WIN | ??±???B | 0011111100111111100000010111110100111111001111110011111101000010 | 3f3f817d3f3f3f42 |
EUC-JP | ç?±ë??B | 100011111010101110101110001111111010000111011110100011111010101110110011001111110011111101000010 | 8fabae3fa1de8fabb33f3f42 |
UTF-8 | ç±ëB | 11000011101001111100001010000110110000101011000111000011101010111100001010010100110000101001110101000010 | c3a7c286c2b1c3abc294c29d42 |
UHC | ??±???B | 0011111100111111101000011011111000111111001111110011111101000010 | 3f3fa1be3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)