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 | 100011101110001101000010 | 8ee342 |
EUC-JP | 弱B | 101111001110010101000010 | bce542 |
UTF-8 | 弱B | 11100101101111001011000101000010 | e5bcb142 |
UHC | 弱B | 111001011011000001000010 | e5b042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)