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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 霑「蜈亥鬆B | 11101000101111111010001011100101100001011000100011100101111010011010000001000010 | e8bfa2e58588e5e9a042 |
EUC-JP | 霑「蜈亥鬆B | 1111000011000001100011101010001011101001111001011011000011100111111100101010001001000010 | f0c18ea2e9e5b0e7f2a242 |
UTF-8 | 霑「蜈亥鬆B | 11101001100111001001000111101111101111011010001011101000100111001000100011100100101110101010010111101001101011001000011001000010 | e99c91efbda2e89c88e4baa5e9ac8642 |
UHC | 霑?蜈亥?B | 111011111100010100111111111010001010010111111010101001000011111101000010 | efc53fe8a5faa43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)