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 | ?F | 0011111101000110 | 3f46 |
SJIS-WIN | 砦F | 100011011101010001000110 | 8dd446 |
EUC-JP | 砦F | 101110101101011001000110 | bad646 |
UTF-8 | 砦F | 11100111101000001010011001000110 | e7a0a646 |
UHC | 砦F | 111100111111011001000110 | f3f646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)