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 | ?C | 0011111101000011 | 3f43 |
SJIS-WIN | 汐C | 100011101010110001000011 | 8eac43 |
EUC-JP | 汐C | 101111001010111001000011 | bcae43 |
UTF-8 | 汐C | 11100110101100011001000001000011 | e6b19043 |
UHC | 汐C | 111000001011000101000011 | e0b143 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)