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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 謔滔ーソ] | 11100110100000101001111111101011101100001011111101011101 | e6829febb0bf5d |
EUC-JP | 謔滔ーソ] | 111010111110001011011110111011011000111010110000100011101011111101011101 | ebe2deed8eb08ebf5d |
UTF-8 | 謔滔ーソ] | 11101000101011001001010011100110101110111001010011101111101111011011000011101111101111011011111101011101 | e8ac94e6bb94efbdb0efbdbf5d |
UHC | 謔滔??] | 11111001110011001101010010100101001111110011111101011101 | f9ccd4a53f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)