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 | ?BF | 001111110100001001000110 | 3f4246 |
SJIS-WIN | 墜BF | 10010010110001000100001001000110 | 92c44246 |
EUC-JP | 墜BF | 11000100110001100100001001000110 | c4c64246 |
UTF-8 | 墜BF | 1110010110100010100111000100001001000110 | e5a29c4246 |
UHC | 墜BF | 11110101110011010100001001000110 | f5cd4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)