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 | íû´éÕê^ | 11101101111110111011010011101001110101011110101001011110 | edfbb4e9d5ea5e |
SJIS-WIN | ??´???^ | 0011111100111111100000010100110000111111001111110011111101011110 | 3f3f814c3f3f3f5e |
EUC-JP | íû´éÕê^ | 100011111010101110111111100011111010101111100101101000011010110110001111101010111011000110001111101010101101100010001111101010111011010001011110 | 8fabbf8fabe5a1ad8fabb18faad88fabb45e |
UTF-8 | íû´éÕê^ | 11000011101011011100001110111011110000101011010011000011101010011100001110010101110000111010101001011110 | c3adc3bbc2b4c3a9c395c3aa5e |
UHC | ??´???^ | 0011111100111111101000101010010100111111001111110011111101011110 | 3f3fa2a53f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)