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 | ¢ç~ | 101000101110011101111110 | a2e77e |
SJIS-WIN | ¢?~ | 10000001100100010011111101111110 | 81913f7e |
EUC-JP | ¢ç~ | 101000011111000110001111101010111010111001111110 | a1f18fabae7e |
UTF-8 | ¢ç~ | 1100001010100010110000111010011101111110 | c2a2c3a77e |
UHC | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)