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 | íûÖ踫 | 1110110111111011110101101110100010001110101110001000111010101011 | edfbd6e88eb88eab |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | íûÖè?¸?? | 100011111010101110111111100011111010101111100101100011111010101011010011100011111010101110110010001111111000111110100010101100010011111100111111 | 8fabbf8fabe58faad38fabb23f8fa2b13f3f |
UTF-8 | íûÖ踫 | 11000011101011011100001110111011110000111001011011000011101010001100001010001110110000101011100011000010100011101100001010101011 | c3adc3bbc396c3a8c28ec2b8c28ec2ab |
UHC | ?????¸?? | 001111110011111100111111001111110011111110100010101011000011111100111111 | 3f3f3f3f3fa2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)