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 | ?h] | 001111110110100001011101 | 3f685d |
SJIS-WIN | 叩h] | 10010010010000000110100001011101 | 9240685d |
EUC-JP | 叩h] | 11000011101000010110100001011101 | c3a1685d |
UTF-8 | 叩h] | 1110010110001111101010010110100001011101 | e58fa9685d |
UHC | 叩h] | 11001101101100000110100001011101 | cdb0685d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)