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 | ???vG | 0011111100111111001111110111011001000111 | 3f3f3f7647 |
SJIS-WIN | 逕櫁屁vG | 1110011110010100100111101110100010011011100110110111011001000111 | e7949ee89b9b7647 |
EUC-JP | 逕櫁屁vG | 1110110111110100110111001110101011010101111110110111011001000111 | edf4dcead5fb7647 |
UTF-8 | 逕櫁屁vG | 1110100110000000100101011110011010101011100000011110010110110001100000010111011001000111 | e98095e6ab81e5b1817647 |
UHC | 逕??vG | 110011001110111100111111001111110111011001000111 | ccef3f3f7647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)