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 | 00111111001111110011111101000100 | 3f3f3f44 |
SJIS-WIN | 邀??D | 1110011110110001001111110011111101000100 | e7b13f3f44 |
EUC-JP | 邀??D | 1110111010110011001111110011111101000100 | eeb33f3f44 |
UTF-8 | 邀륒뮏D | 11101001100000101000000011101011101001011001001011101011101011101000111101000100 | e98280eba592ebae8f44 |
UHC | 邀륒뮏D | 11101001101011011000111111111001100100101001110001000100 | e9ad8ff9929c44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)