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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 艶??c^ | 100010011001000000111111001111110110001101011110 | 89903f3f635e |
EUC-JP | 艶??c^ | 101100011111000000111111001111110110001101011110 | b1f03f3f635e |
UTF-8 | 艶쀧깽c^ | 1110100010001001101101101110110010000000101001111110101010111001101111010110001101011110 | e889b6ec80a7eab9bd635e |
UHC | 艶쀧깽c^ | 1110011011111101100101111110011110110010101001000110001101011110 | e6fd97e7b2a4635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)