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 | ç¶¬è¡ | 1110011110110110101011001110100010100001 | e7b6ace8a1 |
SJIS-WIN | ?¶¬?? | 00111111100000011111011110000001110010100011111100111111 | 3f81f781ca3f3f |
EUC-JP | ç¶¬è¡ | 10001111101010111010111010100010111110011010001011001100100011111010101110110010100011111010001011000010 | 8fabaea2f9a2cc8fabb28fa2c2 |
UTF-8 | ç¶¬è¡ | 11000011101001111100001010110110110000101010110011000011101010001100001010100001 | c3a7c2b6c2acc3a8c2a1 |
UHC | ?¶??¡ | 00111111101000101101001000111111001111111010001010101110 | 3fa2d23f3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)