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 | ?I | 0011111101001001 | 3f49 |
SJIS-WIN | 氏I | 100011101000000101001001 | 8e8149 |
EUC-JP | 氏I | 101110111110000101001001 | bbe149 |
UTF-8 | 氏I | 11100110101100001000111101001001 | e6b08f49 |
UHC | 氏I | 111001001010101101001001 | e4ab49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)