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 | 嗔[嗔[^ | 10011010011100000101101110011010011100000101101101011110 | 9a705b9a705b5e |
EUC-JP | 嗔[嗔[^ | 11010011110100010101101111010011110100010101101101011110 | d3d15bd3d15b5e |
UTF-8 | 嗔[嗔[^ | 111001011001011110010100010110111110010110010111100101000101101101011110 | e597945be597945b5e |
UHC | 嗔[嗔[^ | 11110010110001110101101111110010110001110101101101011110 | f2c75bf2c75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)