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 | 珥贒 | 11100000111000001111101110101111 | e0e0fbaf |
EUC-JP | 珥贒 | 1110000011100010100011111101111111000011 | e0e28fdfc3 |
UTF-8 | 珥贒 | 111001111000111110100101111010001011010010010010 | e78fa5e8b492 |
UHC | 珥? | 111011001011010000111111 | ecb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)