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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 貿?] | 10010110011001100011111101011101 | 96663f5d |
EUC-JP | 貿?] | 11001011110001110011111101011101 | cbc73f5d |
UTF-8 | 貿겨] | 11101000101100101011111111101010101100101010100001011101 | e8b2bfeab2a85d |
UHC | 貿겨] | 1101100111110101101100001101110001011101 | d9f5b0dc5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)