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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 円? | 100010010111111000111111 | 897e3f |
EUC-JP | 円? | 101100011101111100111111 | b1df3f |
UTF-8 | 円ㅳ | 111001011000011010000110111000111000010110110011 | e58686e385b3 |
UHC | 円ㅳ | 11100101111101111010010011100011 | e5f7a4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)