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 | ?P~ | 001111110101000001111110 | 3f507e |
SJIS-WIN | 叩P~ | 10010010010000000101000001111110 | 9240507e |
EUC-JP | 叩P~ | 11000011101000010101000001111110 | c3a1507e |
UTF-8 | 叩P~ | 1110010110001111101010010101000001111110 | e58fa9507e |
UHC | 叩P~ | 11001101101100000101000001111110 | cdb0507e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)