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 | ìªÞî±ó | 111011001010101011011110111011101011000111110011 | ecaadeeeb1f3 |
SJIS-WIN | ????±? | 00111111001111110011111100111111100000010111110100111111 | 3f3f3f3f817d3f |
EUC-JP | ìªÞî±ó | 1000111110101011110000001000111110100010111011001000111110101001101100001000111110101011110000101010000111011110100011111010101111010001 | 8fabc08fa2ec8fa9b08fabc2a1de8fabd1 |
UTF-8 | ìªÞî±ó | 110000111010110011000010101010101100001110011110110000111010111011000010101100011100001110110011 | c3acc2aac39ec3aec2b1c3b3 |
UHC | ?ªÞ?±? | 001111111010100010100011101010001010110100111111101000011011111000111111 | 3fa8a3a8ad3fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)