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 | 111000011010000101101111 | e1a16f |
EUC-JP | 癸o | 111000101010001101101111 | e2a36f |
UTF-8 | 癸o | 11100111100110011011100001101111 | e799b86f |
UHC | 癸o | 110011011010010001101111 | cda46f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)