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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 祭耿聆 | 100011011101010111100011110101001110001111010111 | 8dd5e3d4e3d7 |
EUC-JP | 祭耿聆 | 101110101101011111100110110101101110011011011001 | bad7e6d6e6d9 |
UTF-8 | 祭耿聆 | 111001111010010110101101111010001000000010111111111010001000000110000110 | e7a5ade880bfe88186 |
UHC | 祭耿聆 | 111100001010111011001100111010101101011011000000 | f0aeccead6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)