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 | EX¶K | 1001001001000101100100100101100010010001101101101001001001001011 | 9245925891b6924b |
SJIS-WIN | ?E?X?¶?K | 001111110100010100111111010110000011111110000001111101110011111101001011 | 3f453f583f81f73f4b |
EUC-JP | ?E?X?¶?K | 001111110100010100111111010110000011111110100010111110010011111101001011 | 3f453f583fa2f93f4b |
UTF-8 | EX¶K | 11000010100100100100010111000010100100100101100011000010100100011100001010110110110000101001001001001011 | c29245c29258c291c2b6c2924b |
UHC | ?E?X?¶?K | 001111110100010100111111010110000011111110100010110100100011111101001011 | 3f453f583fa2d23f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)