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 | ?o | 0011111101101111 | 3f6f |
SJIS-WIN | 砦o | 100011011101010001101111 | 8dd46f |
EUC-JP | 砦o | 101110101101011001101111 | bad66f |
UTF-8 | 砦o | 11100111101000001010011001101111 | e7a0a66f |
UHC | 砦o | 111100111111011001101111 | f3f66f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)