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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螂ェ蟾ス螟啖 | 11100101101001011010101011100101101101111011110111100101101001001001101001010110 | e5a5aae5b7bde5a49a56 |
EUC-JP | 螂ェ蟾ス螟啖 | 111010101010011110001110101010101110101010111001100011101011110111101010101001101101001110110111 | eaa78eaaeab98ebdeaa6d3b7 |
UTF-8 | 螂ェ蟾ス螟啖 | 111010001001111010000010111011111011110110101010111010001001111110111110111011111011110110111101111010001001111010011111111001011001010110010110 | e89e82efbdaae89fbeefbdbde89e9fe59596 |
UHC | 螂?蟾?螟啖 | 11010101110011000011111111100000111010100011111111011001101011011101001110111010 | d5cc3fe0ea3fd9add3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)