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¬ç¿³B | 11111011010001011010110011100111101111111011001101000010 | fb45ace7bfb342 |
SJIS-WIN | ?E¬???B | 0011111101000101100000011100101000111111001111110011111101000010 | 3f4581ca3f3f3f42 |
EUC-JP | ûE¬ç¿?B | 1000111110101011111001010100010110100010110011001000111110101011101011101000111110100010110001000011111101000010 | 8fabe545a2cc8fabae8fa2c43f42 |
UTF-8 | ûE¬ç¿³B | 110000111011101101000101110000101010110011000011101001111100001010111111110000101011001101000010 | c3bb45c2acc3a7c2bfc2b342 |
UHC | ?E??¿³B | 001111110100010100111111001111111010001010101111101010011111100001000010 | 3f453f3fa2afa9f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)