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 | ¾Êê¾¹ | 101111101100101011101010101111101000111010111001 | becaeabe8eb9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Êê??? | 00111111100011111010101010110100100011111010101110110100001111110011111100111111 | 3f8faab48fabb43f3f3f |
UTF-8 | ¾Êê¾¹ | 110000101011111011000011100010101100001110101010110000101011111011000010100011101100001010111001 | c2bec38ac3aac2bec28ec2b9 |
UHC | ¾??¾?¹ | 101010001111101000111111001111111010100011111010001111111010100111110110 | a8fa3f3fa8fa3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)