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 | ¨ù¡Æ | 10101000111110011010000111000110 | a8f9a1c6 |
SJIS-WIN | ¨??? | 1000000101001110001111110011111100111111 | 814e3f3f3f |
EUC-JP | ¨ù¡Æ | 1010000110101111100011111010101111100011100011111010001011000010100011111010100110100001 | a1af8fabe38fa2c28fa9a1 |
UTF-8 | ¨ù¡Æ | 1100001010101000110000111011100111000010101000011100001110000110 | c2a8c3b9c2a1c386 |
UHC | ¨?¡Æ | 10100001101001110011111110100010101011101010100010100001 | a1a73fa2aea8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)