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 | 蠢}蠢{^ | 11100101101111110111110111100101101111110111101101011110 | e5bf7de5bf7b5e |
EUC-JP | 蠢}蠢{^ | 11101010110000010111110111101010110000010111101101011110 | eac17deac17b5e |
UTF-8 | 蠢}蠢{^ | 111010001010000010100010011111011110100010100000101000100111101101011110 | e8a0a27de8a0a27b5e |
UHC | 蠢}蠢{^ | 11110001111000110111110111110001111000110111101101011110 | f1e37df1e37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)