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 | 癌析] | 1000101011100000100100001100110101011101 | 8ae090cd5d |
EUC-JP | 癌析] | 1011010011100010110000001100111101011101 | b4e2c0cf5d |
UTF-8 | 癌析] | 11100111100110011000110011100110100111101001000001011101 | e7998ce69e905d |
UHC | 癌析] | 1110010011011111111000001011000001011101 | e4dfe0b05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)