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 | 怡低 | 10011100011111011001001011100001 | 9c7d92e1 |
EUC-JP | 怡低 | 11010111110111101100010011100011 | d7dec4e3 |
UTF-8 | 怡低 | 111001101000000010100001111001001011110110001110 | e680a1e4bd8e |
UHC | 怡低 | 11101100101011101110111010111000 | ecaeeeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)