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 | å¶´è® | 1110010110110110101101001110100010101110 | e5b6b4e8ae |
SJIS-WIN | ?¶´?? | 00111111100000011111011110000001010011000011111100111111 | 3f81f7814c3f3f |
EUC-JP | å¶´è® | 10001111101010111010100110100010111110011010000110101101100011111010101110110010100011111010001011101110 | 8faba9a2f9a1ad8fabb28fa2ee |
UTF-8 | å¶´è® | 11000011101001011100001010110110110000101011010011000011101010001100001010101110 | c3a5c2b6c2b4c3a8c2ae |
UHC | ?¶´?® | 0011111110100010110100101010001010100101001111111010001011100111 | 3fa2d2a2a53fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)