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 | èëÐ | 1110100010011000100010101110101110001101100001101101000010010010 | e8988aeb8d86d092 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | è??ë???? | 100011111010101110110010001111110011111110001111101010111011001100111111001111110011111100111111 | 8fabb23f3f8fabb33f3f3f3f |
UTF-8 | èëÐ | 11000011101010001100001010011000110000101000101011000011101010111100001010001101110000101000011011000011100100001100001010010010 | c3a8c298c28ac3abc28dc286c390c292 |
UHC | ??????Ð? | 001111110011111100111111001111110011111100111111101010001010001000111111 | 3f3f3f3f3f3fa8a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)