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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 漬?迂校杰 | 100100101101000000111111100010010100100110001101010110101001111001011110 | 92d03f89498d5a9e5e |
EUC-JP | 漬?迂校杰 | 110001001101001000111111101100011010101010111001101110111101101110111111 | c4d23fb1aab9bbdbbf |
UTF-8 | 漬렓迂校杰 | 111001101011110010101100111010111010000010010011111010001011111110000010111001101010000010100001111001101001110110110000 | e6bcaceba093e8bf82e6a0a1e69db0 |
UHC | 漬렓迂校杰 | 11110010101100001000111010101000111010011110011011001110111010001100101111111001 | f2b08ea8e9e6cee8cbf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)