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 | 證耿聆愿? | 111001101001101011100011110101001110001111010111100111001100001100111111 | e69ae3d4e3d79cc33f |
EUC-JP | 證耿聆愿? | 111010111111101011100110110101101110011011011001110110001100010100111111 | ebfae6d6e6d9d8c53f |
UTF-8 | 證耿聆愿렖 | 111010001010110110001001111010001000000010111111111010001000000110000110111001101000010010111111111010111010000010010110 | e8ad89e880bfe88186e684bfeba096 |
UHC | 證耿聆愿렖 | 11110001111110111100110011101010110101101100000011101010101101001000111010101011 | f1fbccead6c0eab48eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)