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 | E¶¶Y | 1001001001000101100100011011011010010001101101101001001001011001 | 924591b691b69259 |
SJIS-WIN | ?E?¶?¶?Y | 00111111010001010011111110000001111101110011111110000001111101110011111101011001 | 3f453f81f73f81f73f59 |
EUC-JP | ?E?¶?¶?Y | 00111111010001010011111110100010111110010011111110100010111110010011111101011001 | 3f453fa2f93fa2f93f59 |
UTF-8 | E¶¶Y | 1100001010010010010001011100001010010001110000101011011011000010100100011100001010110110110000101001001001011001 | c29245c291c2b6c291c2b6c29259 |
UHC | ?E?¶?¶?Y | 00111111010001010011111110100010110100100011111110100010110100100011111101011001 | 3f453fa2d23fa2d23f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)