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 | 秧}秧{^ | 11100010010111100111110111100010010111100111101101011110 | e25e7de25e7b5e |
EUC-JP | 秧}秧{^ | 11100011101111110111110111100011101111110111101101011110 | e3bf7de3bf7b5e |
UTF-8 | 秧}秧{^ | 111001111010011110100111011111011110011110100111101001110111101101011110 | e7a7a77de7a7a77b5e |
UHC | 秧}秧{^ | 11100100111010110111110111100100111010110111101101011110 | e4eb7de4eb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)