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 | 0011111101100110 | 3f66 |
SJIS-WIN | 奪f | 100100100100010001100110 | 924466 |
EUC-JP | 奪f | 110000111010010101100110 | c3a566 |
UTF-8 | 奪f | 11100101101001011010101001100110 | e5a5aa66 |
UHC | 奪f | 111101111010110001100110 | f7ac66 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)