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 | ??d}??d{^ | 001111110011111101100100011111010011111100111111011001000111101101011110 | 3f3f647d3f3f647b5e |
SJIS-WIN | 凞鴫d}凞鴫d{^ | 11111011010110001000111010110000011001000111110111111011010110001000111010110000011001000111101101011110 | fb588eb0647dfb588eb0647b5e |
EUC-JP | ?鴫d}?鴫d{^ | 0011111110111100101100100110010001111101001111111011110010110010011001000111101101011110 | 3fbcb2647d3fbcb2647b5e |
UTF-8 | 凞鴫d}凞鴫d{^ | 1110111110101000100101011110100110110100101010110110010001111101111011111010100010010101111010011011010010101011011001000111101101011110 | efa895e9b4ab647defa895e9b4ab647b5e |
UHC | ??d}??d{^ | 001111110011111101100100011111010011111100111111011001000111101101011110 | 3f3f647d3f3f647b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)