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 | èàìë® | 1110100011100000100101011110110010011110100110111110101110101110 | e8e095ec9e9bebae |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èà?ì??ë® | 100011111010101110110010100011111010101110100010001111111000111110101011110000000011111100111111100011111010101110110011100011111010001011101110 | 8fabb28faba23f8fabc03f3f8fabb38fa2ee |
UTF-8 | èàìë® | 11000011101010001100001110100000110000101001010111000011101011001100001010011110110000101001101111000011101010111100001010101110 | c3a8c3a0c295c3acc29ec29bc3abc2ae |
UHC | ???????® | 001111110011111100111111001111110011111100111111001111111010001011100111 | 3f3f3f3f3f3f3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)