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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ?寥??\ | 001111111001101110001100001111110011111101011100 | 3f9b8c3f3f5c |
EUC-JP | ?寥??\ | 001111111101010111101100001111110011111101011100 | 3fd5ec3f3f5c |
UTF-8 | 쒔寥렕렶\ | 11101100100100101001010011100101101011111010010111101011101000001001010111101011101000001011011001011100 | ec9294e5afa5eba095eba0b65c |
UHC | 쒔寥렕렶\ | 101111101010110111101000111011111000111010101010100011101100000101011100 | beade8ef8eaa8ec15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)