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 | íëé èç | 1110110111101011100100101110100110000101100011001110100011100111 | edeb92e9858ce8e7 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | íë?é??èç | 100011111010101110111111100011111010101110110011001111111000111110101011101100010011111100111111100011111010101110110010100011111010101110101110 | 8fabbf8fabb33f8fabb13f3f8fabb28fabae |
UTF-8 | íëé èç | 11000011101011011100001110101011110000101001001011000011101010011100001010000101110000101000110011000011101010001100001110100111 | c3adc3abc292c3a9c285c28cc3a8c3a7 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)