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 | ±Ù | 100011111011000111011001 | 8fb1d9 |
SJIS-WIN | ?±? | 00111111100000010111110100111111 | 3f817d3f |
EUC-JP | ?±Ù | 001111111010000111011110100011111010101011100011 | 3fa1de8faae3 |
UTF-8 | ±Ù | 110000101000111111000010101100011100001110011001 | c28fc2b1c399 |
UHC | ?±? | 00111111101000011011111000111111 | 3fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)