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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 豎千明^ | 11100110101100011001000011100111100101101011111001011110 | e6b190e796be5e |
EUC-JP | 豎千明^ | 11101100101100111100000011101001110011001100000001011110 | ecb3c0e9ccc05e |
UTF-8 | 豎千明^ | 11101000101100011000111011100101100011011000001111100110100110001000111001011110 | e8b18ee58d83e6988e5e |
UHC | ?千明^ | 001111111111010010110110110110011010010101011110 | 3ff4b6d9a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)