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 | ?~???@ | 001111110111111000111111001111110011111101000000 | 3f7e3f3f3f40 |
SJIS-WIN | ?~???@ | 001111110111111000111111001111110011111101000000 | 3f7e3f3f3f40 |
EUC-JP | ?~???@ | 001111110111111000111111001111110011111101000000 | 3f7e3f3f3f40 |
UTF-8 | 챈~혗혢혦@ | 1110110010110001100010000111111011101101100110001001011111101101100110001010001011101101100110001010011001000000 | ecb1887eed9897ed98a2ed98a640 |
UHC | 챈~혗혢혦@ | 11000011101001100111111011000010100000101100001010001011110000101000111001000000 | c3a67ec282c28bc28e40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)