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 | ì²Dí | 111011001011001010101101010001001110110110011010 | ecb2ad44ed9a |
SJIS-WIN | ???D?? | 001111110011111100111111010001000011111100111111 | 3f3f3f443f3f |
EUC-JP | ì??Dí? | 10001111101010111100000000111111001111110100010010001111101010111011111100111111 | 8fabc03f3f448fabbf3f |
UTF-8 | ì²Dí | 1100001110101100110000101011001011000010101011010100010011000011101011011100001010011010 | c3acc2b2c2ad44c3adc29a |
UHC | ?²D?? | 0011111110101001111101111010000110101001010001000011111100111111 | 3fa9f7a1a9443f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)