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 | ?B | 0011111101000010 | 3f42 |
SJIS-WIN | 衲B | 111001011101001101000010 | e5d342 |
EUC-JP | 衲B | 111010101101010101000010 | ead542 |
UTF-8 | 衲B | 11101000101000011011001001000010 | e8a1b242 |
UHC | 衲B | 110100101010010001000010 | d2a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)