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 | ?A | 0011111101000001 | 3f41 |
SJIS-WIN | 箏A | 111000101011010101000001 | e2b541 |
EUC-JP | 箏A | 111001001011011101000001 | e4b741 |
UTF-8 | 箏A | 11100111101011101000111101000001 | e7ae8f41 |
UHC | 箏A | 111011101011010001000001 | eeb441 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)