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 | D`Q] | 1001001001000100011000000101000101011101 | 924460515d |
SJIS-WIN | ?D`Q] | 0011111101000100011000000101000101011101 | 3f4460515d |
EUC-JP | ?D`Q] | 0011111101000100011000000101000101011101 | 3f4460515d |
UTF-8 | D`Q] | 110000101001001001000100011000000101000101011101 | c2924460515d |
UHC | ?D`Q] | 0011111101000100011000000101000101011101 | 3f4460515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)