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 | íûÖí¸¤^ | 11101101111110111101011011101101101110001010010001011110 | edfbd6edb8a45e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | íûÖí¸¤^ | 10001111101010111011111110001111101010111110010110001111101010101101001110001111101010111011111110001111101000101011000110001111101000101111000001011110 | 8fabbf8fabe58faad38fabbf8fa2b18fa2f05e |
UTF-8 | íûÖí¸¤^ | 11000011101011011100001110111011110000111001011011000011101011011100001010111000110000101010010001011110 | c3adc3bbc396c3adc2b8c2a45e |
UHC | ????¸¤^ | 001111110011111100111111001111111010001010101100101000101011010001011110 | 3f3f3f3fa2aca2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)