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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蟾ス蛛エ蛛エ^ | 11100101101101111011110111100101100000011011010011100101100000011011010001011110 | e5b7bde581b4e581b45e |
EUC-JP | 蟾ス蛛エ蛛エ^ | 11101010101110011000111010111101111010011110000110001110101101001110100111100001100011101011010001011110 | eab98ebde9e18eb4e9e18eb45e |
UTF-8 | 蟾ス蛛エ蛛エ^ | 11101000100111111011111011101111101111011011110111101000100110111001101111101111101111011011010011101000100110111001101111101111101111011011010001011110 | e89fbeefbdbde89b9befbdb4e89b9befbdb45e |
UHC | 蟾?蛛?蛛?^ | 11100000111010100011111111110001110010000011111111110001110010000011111101011110 | e0ea3ff1c83ff1c83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)