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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 蟾ス雍亥穀\ | 11100101101101111011110111101000101101001000100011100101100011011001001001011100 | e5b7bde8b488e58d925c |
EUC-JP | 蟾ス雍亥穀\ | 1110101010111001100011101011110111110000101101101011000011100111101110011111001001011100 | eab98ebdf0b6b0e7b9f25c |
UTF-8 | 蟾ス雍亥穀\ | 11101000100111111011111011101111101111011011110111101001100110111000110111100100101110101010010111100111101010011000000001011100 | e89fbeefbdbde99b8de4baa5e7a9805c |
UHC | 蟾?雍亥穀\ | 11100000111010100011111111101000101111001111101010100100110011011101101001011100 | e0ea3fe8bcfaa4cdda5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)