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 | íåå¼FB | 1110110111100101100111111110010110111100100011110100011001000010 | ede59fe5bc8f4642 |
SJIS-WIN | ??????FB | 0011111100111111001111110011111100111111001111110100011001000010 | 3f3f3f3f3f3f4642 |
EUC-JP | íå?å??FB | 1000111110101011101111111000111110101011101010010011111110001111101010111010100100111111001111110100011001000010 | 8fabbf8faba93f8faba93f3f4642 |
UTF-8 | íåå¼FB | 1100001110101101110000111010010111000010100111111100001110100101110000101011110011000010100011110100011001000010 | c3adc3a5c29fc3a5c2bcc28f4642 |
UHC | ????¼?FB | 001111110011111100111111001111111010100011111001001111110100011001000010 | 3f3f3f3fa8f93f4642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)