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 | ¨ù¡¾G | 1010100011111001101000011011111001000111 | a8f9a1be47 |
SJIS-WIN | ¨???G | 100000010100111000111111001111110011111101000111 | 814e3f3f3f47 |
EUC-JP | ¨ù¡?G | 10100001101011111000111110101011111000111000111110100010110000100011111101000111 | a1af8fabe38fa2c23f47 |
UTF-8 | ¨ù¡¾G | 110000101010100011000011101110011100001010100001110000101011111001000111 | c2a8c3b9c2a1c2be47 |
UHC | ¨?¡¾G | 1010000110100111001111111010001010101110101010001111101001000111 | a1a73fa2aea8fa47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)