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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?庸?庸^ | 00111111100101110110011000111111100101110110011001011110 | 3f97663f97665e |
EUC-JP | ?庸?庸^ | 00111111110011011100011100111111110011011100011101011110 | 3fcdc73fcdc75e |
UTF-8 | 렺庸렺庸^ | 11101011101000001011101011100101101110101011100011101011101000001011101011100101101110101011100001011110 | eba0bae5bab8eba0bae5bab85e |
UHC | 렺庸렺庸^ | 100011101100001011101001101111001000111011000010111010011011110001011110 | 8ec2e9bc8ec2e9bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)