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 | ?¢ | 0011111110100010 | 3fa2 |
SJIS-WIN | 戊¢ | 10010101111010001000000110010001 | 95e88191 |
EUC-JP | 戊¢ | 11001010111010101010000111110001 | caeaa1f1 |
UTF-8 | 戊¢ | 1110011010001000100010101100001010100010 | e6888ac2a2 |
UHC | 戊? | 110110011110011000111111 | d9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)