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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?寥??^ | 001111111001101110001100001111110011111101011110 | 3f9b8c3f3f5e |
EUC-JP | ?寥??^ | 001111111101010111101100001111110011111101011110 | 3fd5ec3f3f5e |
UTF-8 | 쒀寥렖렎^ | 11101100100100101000000011100101101011111010010111101011101000001001011011101011101000001000111001011110 | ec9280e5afa5eba096eba08e5e |
UHC | 쒀寥렖렎^ | 101111101010110011101000111011111000111010101011100011101010010001011110 | beace8ef8eab8ea45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)