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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陌滓ヲ廝 | 11101000100110011001111111100110101001101001110001000010 | e8999fe6a69c42 |
EUC-JP | 陌滓ヲ廝 | 1110111111111001110111101110100010001110101001101101011110100011 | eff9dee88ea6d7a3 |
UTF-8 | 陌滓ヲ廝 | 111010011001100110001100111001101011101110010011111011111011110110100110111001011011101110011101 | e9998ce6bb93efbda6e5bb9d |
UHC | 陌滓?? | 110110001110100011101110101010110011111100111111 | d8e8eeab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)