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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??楯?弩蒻 | 001111110011111110001111011111000011111110011100010101111110010011101000 | 3f3f8f7c3f9c57e4e8 |
EUC-JP | ?棅楯?弩蒻 | 0011111110001111110000111111101110111101110111010011111111010111101110001110100011101010 | 3f8fc3fbbddd3fd7b8e8ea |
UTF-8 | 쒜棅楯뤚弩蒻 | 111011001001001010011100111001101010001110000101111001101010010110101111111010111010010010011010111001011011110010101001111010001001001010111011 | ec929ce6a385e6a5afeba49ae5bca9e892bb |
UHC | 쒜棅楯뤚弩蒻 | 101111101010111011011100101110001110001011100100100011111100100111010010110000001110010110110110 | beaedcb8e2e48fc9d2c0e5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)