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®¶K | 1001001001000101100100011010111010010001101101101001001001001011 | 924591ae91b6924b |
SJIS-WIN | ?E???¶?K | 001111110100010100111111001111110011111110000001111101110011111101001011 | 3f453f3f3f81f73f4b |
EUC-JP | ?E?®?¶?K | 0011111101000101001111111000111110100010111011100011111110100010111110010011111101001011 | 3f453f8fa2ee3fa2f93f4b |
UTF-8 | E®¶K | 1100001010010010010001011100001010010001110000101010111011000010100100011100001010110110110000101001001001001011 | c29245c291c2aec291c2b6c2924b |
UHC | ?E?®?¶?K | 00111111010001010011111110100010111001110011111110100010110100100011111101001011 | 3f453fa2e73fa2d23f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)