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 | ì뤮 | 111011001001101110011111111010111010010010101110 | ec9b9feba4ae |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ì??뤮 | 1000111110101011110000000011111100111111100011111010101110110011100011111010001011110000100011111010001011101110 | 8fabc03f3f8fabb38fa2f08fa2ee |
UTF-8 | ì뤮 | 110000111010110011000010100110111100001010011111110000111010101111000010101001001100001010101110 | c3acc29bc29fc3abc2a4c2ae |
UHC | ????¤® | 0011111100111111001111110011111110100010101101001010001011100111 | 3f3f3f3fa2b4a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)