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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | ?靈?目e^ | 0011111111101000110010110011111110010110110110100110010101011110 | 3fe8cb3f96da655e |
EUC-JP | ?靈?目e^ | 0011111111110000110011010011111111001100110111000110010101011110 | 3ff0cd3fccdc655e |
UTF-8 | 렺靈뗑目e^ | 1110101110100000101110101110100110011101100010001110101110010111100100011110011110011011101011100110010101011110 | eba0bae99d88eb9791e79bae655e |
UHC | 렺靈뗑目e^ | 10001110110000101101011011000100101101101100010011011001110011010110010101011110 | 8ec2d6c4b6c4d9cd655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)