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 | ?·?? | 00111111101101110011111100111111 | 3fb73f3f |
SJIS-WIN | 苑?楫? | 100010011001000100111111100111101011010100111111 | 89913f9eb53f |
EUC-JP | 苑?楫? | 101100011111000100111111110111001011011100111111 | b1f13fdcb73f |
UTF-8 | 苑·楫렓 | 1110100010001011100100011100001010110111111001101010010110101011111010111010000010010011 | e88b91c2b7e6a5abeba093 |
UHC | 苑·楫렓 | 1110101010111101101000011010010011110001111011111000111010101000 | eabda1a4f1ef8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)