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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 裝脛緋煜? | 111001011110010011100011111110001001010011101010111110110101010100111111 | e5e4e3f894eafb553f |
EUC-JP | 裝脛緋煜? | 11101010111001101110011011111010110010001110110010001111110010011111110000111111 | eae6e6fac8ec8fc9fc3f |
UTF-8 | 裝脛緋煜렖 | 111010001010001110011101111010001000010010011011111001111011011110001011111001111000010110011100111010111010000010010110 | e8a39de8849be7b78be7859ceba096 |
UHC | 裝脛緋煜렖 | 11101101111110111100110011101011110111011111110011101001111100101000111010101011 | edfbccebddfce9f28eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)