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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 代[代[^ | 10010001111000110101101110010001111000110101101101011110 | 91e35b91e35b5e |
EUC-JP | 代[代[^ | 11000010111001010101101111000010111001010101101101011110 | c2e55bc2e55b5e |
UTF-8 | 代[代[^ | 111001001011101110100011010110111110010010111011101000110101101101011110 | e4bba35be4bba35b5e |
UHC | 代[代[^ | 11010011110110110101101111010011110110110101101101011110 | d3db5bd3db5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)