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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 樗}樗{^ | 10010010100101000111110110010010100101000111101101011110 | 92947d92947b5e |
EUC-JP | 樗}樗{^ | 11000011111101000111110111000011111101000111101101011110 | c3f47dc3f47b5e |
UTF-8 | 樗}樗{^ | 111001101010100010010111011111011110011010101000100101110111101101011110 | e6a8977de6a8977b5e |
UHC | 樗}樗{^ | 11101110110000000111110111101110110000000111101101011110 | eec07deec07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)