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 | ????o | 0011111100111111001111110011111101101111 | 3f3f3f3f6f |
SJIS-WIN | 謐ィ鮖ソo | 11100110100011011010100011101001101110011011111101101111 | e68da8e9b9bf6f |
EUC-JP | 謐ィ鮖ソo | 111010111110110110001110101010001111001010111011100011101011111101101111 | ebed8ea8f2bb8ebf6f |
UTF-8 | 謐ィ鮖ソo | 11101000101011001001000011101111101111011010100011101001101011101001011011101111101111011011111101101111 | e8ac90efbda8e9ae96efbdbf6f |
UHC | 謐???o | 110110101100110100111111001111110011111101101111 | dacd3f3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)