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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??ダ?臣 | 00111111001111111000001101011111001111111001000001100010 | 3f3f835f3f9062 |
EUC-JP | ??ダ?臣 | 00111111001111111010010111000000001111111011111111000011 | 3f3fa5c03fbfc3 |
UTF-8 | 룴횕ダ룵臣 | 111010111010001110110100111011011001101010010101111000111000001110000000111010111010001110110101111010001000011110100011 | eba3b4ed9a95e38380eba3b5e887a3 |
UHC | 룴횕ダ룵臣 | 10001111101010011100001110001111101010111100000010001111101010101110001111101101 | 8fa9c38fabc08faae3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)