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 | 롍庸롍庸^ | 11101011101000011000110111100101101110101011100011101011101000011000110111100101101110101011100001011110 | eba18de5bab8eba18de5bab85e |
UHC | 롍庸롍庸^ | 100011101101001111101001101111001000111011010011111010011011110001011110 | 8ed3e9bc8ed3e9bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)