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 | ñ÷¸ | 111100011111011110111000 | f1f7b8 |
SJIS-WIN | ?÷? | 00111111100000011000000000111111 | 3f81803f |
EUC-JP | ñ÷¸ | 1000111110101011110100001010000111100000100011111010001010110001 | 8fabd0a1e08fa2b1 |
UTF-8 | ñ÷¸ | 110000111011000111000011101101111100001010111000 | c3b1c3b7c2b8 |
UHC | ?÷¸ | 0011111110100001110000001010001010101100 | 3fa1c0a2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)