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 | 乂[乂[^ | 10011000101001110101101110011000101001110101101101011110 | 98a75b98a75b5e |
EUC-JP | 乂[乂[^ | 11010000101010010101101111010000101010010101101101011110 | d0a95bd0a95b5e |
UTF-8 | 乂[乂[^ | 111001001011100110000010010110111110010010111001100000100101101101011110 | e4b9825be4b9825b5e |
UHC | 乂[乂[^ | 11100111110100010101101111100111110100010101101101011110 | e7d15be7d15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)