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 | æ߼屡 | 111001101101111110111100111001011011000110100001 | e6dfbce5b1a1 |
SJIS-WIN | ????±? | 00111111001111110011111100111111100000010111110100111111 | 3f3f3f3f817d3f |
EUC-JP | æß?屡 | 100011111010100111000001100011111010100111001110001111111000111110101011101010011010000111011110100011111010001011000010 | 8fa9c18fa9ce3f8faba9a1de8fa2c2 |
UTF-8 | æ߼屡 | 110000111010011011000011100111111100001010111100110000111010010111000010101100011100001010100001 | c3a6c39fc2bcc3a5c2b1c2a1 |
UHC | æß¼?±¡ | 1010100110100001101010011010110010101000111110010011111110100001101111101010001010101110 | a9a1a9aca8f93fa1bea2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)