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 | 11101011111000101011001011101001101000101011111001000010 | ebe2b2e9a2be42 |
SJIS-WIN | ????¢?B | 0011111100111111001111110011111110000001100100010011111101000010 | 3f3f3f3f81913f42 |
EUC-JP | ëâ?é¢?B | 1000111110101011101100111000111110101011101001000011111110001111101010111011000110100001111100010011111101000010 | 8fabb38faba43f8fabb1a1f13f42 |
UTF-8 | ëâ²é¢¾B | 11000011101010111100001110100010110000101011001011000011101010011100001010100010110000101011111001000010 | c3abc3a2c2b2c3a9c2a2c2be42 |
UHC | ??²??¾B | 001111110011111110101001111101110011111100111111101010001111101001000010 | 3f3fa9f73f3fa8fa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)