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 | ?????m | 001111110011111100111111001111110011111101101101 | 3f3f3f3f3f6d |
SJIS-WIN | 蟾ス菫嶺羝m | 11100101101101111011110111100100101111111001011111100100111000111011011001101101 | e5b7bde4bf97e4e3b66d |
EUC-JP | 蟾ス菫嶺羝m | 1110101010111001100011101011110111101000110000011100111011100110111001101011100001101101 | eab98ebde8c1cee6e6b86d |
UTF-8 | 蟾ス菫嶺羝m | 11101000100111111011111011101111101111011011110111101000100011111010101111100101101101101011101011100111101111101001110101101101 | e89fbeefbdbde88fabe5b6bae7be9d6d |
UHC | 蟾?菫嶺?m | 111000001110101000111111110100001100101111010110101110100011111101101101 | e0ea3fd0cbd6ba3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)