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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 丹側狸揃B | 100100100100111110010001101001001001001001001011100100011011010101000010 | 924f91a4924b91b542 |
EUC-JP | 丹側狸揃B | 110000111011000011000010101001101100001110101100110000101011011101000010 | c3b0c2a6c3acc2b742 |
UTF-8 | 丹側狸揃B | 11100100101110001011100111100101100000011011010011100111100010111011100011100110100011111000001101000010 | e4b8b9e581b4e78bb8e68f8342 |
UHC | 丹側狸?B | 1101001110100001111101101011000011010111111000010011111101000010 | d3a1f6b0d7e13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)