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 | 円녜 | 111001011000011010000110111010111000010110011100 | e58686eb859c |
UHC | 円녜 | 11100101111101111011001111101001 | e5f7b3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)