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 | ìç¸ë | 111011001001001010010100111001111011100010011111111010111010000010001011 | ec9294e7b89feba08b |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ì??ç¸?ë?? | 1000111110101011110000000011111100111111100011111010101110101110100011111010001010110001001111111000111110101011101100110011111100111111 | 8fabc03f3f8fabae8fa2b13f8fabb33f3f |
UTF-8 | ìç¸ë | 110000111010110011000010100100101100001010010100110000111010011111000010101110001100001010011111110000111010101111000010101000001100001010001011 | c3acc292c294c3a7c2b8c29fc3abc2a0c28b |
UHC | ????¸???? | 00111111001111110011111100111111101000101010110000111111001111110011111100111111 | 3f3f3f3fa2ac3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)