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 | 쒔庸쒔庸^ | 11101100100100101001010011100101101110101011100011101100100100101001010011100101101110101011100001011110 | ec9294e5bab8ec9294e5bab85e |
UHC | 쒔庸쒔庸^ | 101111101010110111101001101111001011111010101101111010011011110001011110 | beade9bcbeade9bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)