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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 叩続叩多B | 100100100100000010010001101100011001001001000000100100011011110101000010 | 924091b1924091bd42 |
EUC-JP | 叩続叩多B | 110000111010000111000010101100111100001110100001110000101011111101000010 | c3a1c2b3c3a1c2bf42 |
UTF-8 | 叩続叩多B | 11100101100011111010100111100111101101101001101011100101100011111010100111100101101001001001101001000010 | e58fa9e7b69ae58fa9e5a49a42 |
UHC | 叩?叩多B | 1100110110110000001111111100110110110000110100101111110101000010 | cdb03fcdb0d2fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)