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 | é¤å®Ð | 1110100110000011101001001110010110101110100010001101000010011100 | e983a4e5ae88d09c |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ��?? | 10001111101010111011000100111111100011111010001011110000100011111010101110101001100011111010001011101110001111110011111100111111 | 8fabb13f8fa2f08faba98fa2ee3f3f3f |
UTF-8 | é¤å®Ð | 11000011101010011100001010000011110000101010010011000011101001011100001010101110110000101000100011000011100100001100001010011100 | c3a9c283c2a4c3a5c2aec288c390c29c |
UHC | ??¤?®?Ð? | 0011111100111111101000101011010000111111101000101110011100111111101010001010001000111111 | 3f3fa2b43fa2e73fa8a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)