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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 遯カ邊、e^ | 1110011110101010101101101110011110110010101001000110010101011110 | e7aab6e7b2a4655e |
EUC-JP | 遯カ邊、e^ | 11101110101011001000111010110110111011101011010010001110101001000110010101011110 | eeac8eb6eeb48ea4655e |
UTF-8 | 遯カ邊、e^ | 1110100110000001101011111110111110111101101101101110100110000010100010101110111110111101101001000110010101011110 | e981afefbdb6e9828aefbda4655e |
UHC | 遯?邊?e^ | 1101010011101110001111111101110010101011001111110110010101011110 | d4ee3fdcab3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)