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 | 0011111101101001 | 3f69 |
SJIS-WIN | 棚i | 100100100100100101101001 | 924969 |
EUC-JP | 棚i | 110000111010101001101001 | c3aa69 |
UTF-8 | 棚i | 11100110101000111001101001101001 | e6a39a69 |
UHC | 棚i | 110111011101110001101001 | dddc69 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)