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 | ?G???D | 001111110100011100111111001111110011111101000100 | 3f473f3f3f44 |
SJIS-WIN | ?G???D | 001111110100011100111111001111110011111101000100 | 3f473f3f3f44 |
EUC-JP | ?G???D | 001111110100011100111111001111110011111101000100 | 3f473f3f3f44 |
UTF-8 | 챈G혥챕혘D | 1110110010110001100010000100011111101101100110001010010111101100101100011001010111101101100110001001100001000100 | ecb18847ed98a5ecb195ed989844 |
UHC | 챈G혥챕혘D | 11000011101001100100011111000010100011011100001110101001110000101000001101000100 | c3a647c28dc3a9c28344 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)