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 | 罌}罌{^ | 11100011101000000111110111100011101000000111101101011110 | e3a07de3a07b5e |
EUC-JP | 罌}罌{^ | 11100110101000100111110111100110101000100111101101011110 | e6a27de6a27b5e |
UTF-8 | 罌}罌{^ | 111001111011110110001100011111011110011110111101100011000111101101011110 | e7bd8c7de7bd8c7b5e |
UHC | 罌}罌{^ | 11100101101000100111110111100101101000100111101101011110 | e5a27de5a27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)