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 | 終耿聆愿? | 100011110100100111100011110101001110001111010111100111001100001100111111 | 8f49e3d4e3d79cc33f |
EUC-JP | 終耿聆愿? | 101111011010101011100110110101101110011011011001110110001100010100111111 | bdaae6d6e6d9d8c53f |
UTF-8 | 終耿聆愿렖 | 111001111011010110000010111010001000000010111111111010001000000110000110111001101000010010111111111010111010000010010110 | e7b582e880bfe88186e684bfeba096 |
UHC | 終耿聆愿렖 | 11110000111110111100110011101010110101101100000011101010101101001000111010101011 | f0fbccead6c0eab48eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)