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 | ?F???F??^ | 001111110100011000111111001111110011111101000110001111110011111101011110 | 3f463f3f3f463f3f5e |
SJIS-WIN | ?F???F??^ | 001111110100011000111111001111110011111101000110001111110011111101011110 | 3f463f3f3f463f3f5e |
EUC-JP | ?F???F??^ | 001111110100011000111111001111110011111101000110001111110011111101011110 | 3f463f3f3f463f3f5e |
UTF-8 | 챔F창창챔F창창^ | 111011001011000110010100010001101110110010110000101111011110110010110000101111011110110010110001100101000100011011101100101100001011110111101100101100001011110101011110 | ecb19446ecb0bdecb0bdecb19446ecb0bdecb0bd5e |
UHC | 챔F창창챔F창창^ | 110000111010100001000110110000111010001011000011101000101100001110101000010001101100001110100010110000111010001001011110 | c3a846c3a2c3a2c3a846c3a2c3a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)