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 | ?LF | 001111110100110001000110 | 3f4c46 |
SJIS-WIN | 籖LF | 11100010110111010100110001000110 | e2dd4c46 |
EUC-JP | 籖LF | 11100100110111110100110001000110 | e4df4c46 |
UTF-8 | 籖LF | 1110011110110001100101100100110001000110 | e7b1964c46 |
UHC | ?LF | 001111110100110001000110 | 3f4c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)