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 | íß¼î£ | 111011011101111110111100111011101000001010100011 | eddfbcee82a3 |
SJIS-WIN | ?????£ | 00111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f8192 |
EUC-JP | íß?î?£ | 10001111101010111011111110001111101010011100111000111111100011111010101111000010001111111010000111110010 | 8fabbf8fa9ce3f8fabc23fa1f2 |
UTF-8 | íß¼î£ | 110000111010110111000011100111111100001010111100110000111010111011000010100000101100001010100011 | c3adc39fc2bcc3aec282c2a3 |
UHC | ?ß¼??? | 0011111110101001101011001010100011111001001111110011111100111111 | 3fa9aca8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)