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 | èûëë¦ | 1110100011111011100001001110101110011110100100011110101110100110 | e8fb84eb9e91eba6 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èû?ë??ë¦ | 100011111010101110110010100011111010101111100101001111111000111110101011101100110011111100111111100011111010101110110011100011111010001011000011 | 8fabb28fabe53f8fabb33f3f8fabb38fa2c3 |
UTF-8 | èûëë¦ | 11000011101010001100001110111011110000101000010011000011101010111100001010011110110000101001000111000011101010111100001010100110 | c3a8c3bbc284c3abc29ec291c3abc2a6 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)