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 | EK§F° | 10010010010001011001001001001011100100011010011110010010010001101001000110110000 | 9245924b91a7924691b0 |
SJIS-WIN | ?E?K?§?F?° | 001111110100010100111111010010110011111110000001100110000011111101000110001111111000000110001011 | 3f453f4b3f81983f463f818b |
EUC-JP | ?E?K?§?F?° | 001111110100010100111111010010110011111110100001111110000011111101000110001111111010000111101011 | 3f453f4b3fa1f83f463fa1eb |
UTF-8 | EK§F° | 1100001010010010010001011100001010010010010010111100001010010001110000101010011111000010100100100100011011000010100100011100001010110000 | c29245c2924bc291c2a7c29246c291c2b0 |
UHC | ?E?K?§?F?° | 001111110100010100111111010010110011111110100001110101110011111101000110001111111010000111000110 | 3f453f4b3fa1d73f463fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)