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 | ëâ²ì | 1110101111100010101100101110110010010110 | ebe2b2ec96 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ëâ?ì? | 1000111110101011101100111000111110101011101001000011111110001111101010111100000000111111 | 8fabb38faba43f8fabc03f |
UTF-8 | ëâ²ì | 11000011101010111100001110100010110000101011001011000011101011001100001010010110 | c3abc3a2c2b2c3acc296 |
UHC | ??²?? | 001111110011111110101001111101110011111100111111 | 3f3fa9f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)