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???~ | 0011111100111111001111110100011100111111001111110011111101111110 | 3f3f3f473f3f3f7e |
SJIS-WIN | ???G???~ | 0011111100111111001111110100011100111111001111110011111101111110 | 3f3f3f473f3f3f7e |
EUC-JP | ???G???~ | 0011111100111111001111110100011100111111001111110011111101111110 | 3f3f3f473f3f3f7e |
UTF-8 | 챈짙혳G챔혙짹~ | 1110110010110001100010001110110010100111100110011110110110011000101100110100011111101100101100011001010011101101100110001001100111101100101001111011100101111110 | ecb188eca799ed98b347ecb194ed9899eca7b97e |
UHC | 챈짙혳G챔혙짹~ | 1100001110100110110000101010001111000010100110100100011111000011101010001100001010000100110000101011000101111110 | c3a6c2a3c29a47c3a8c284c2b17e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)