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 | çñäN | 11100111111100011110010001001110 | e7f1e44e |
SJIS-WIN | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
EUC-JP | çñäN | 10001111101010111010111010001111101010111101000010001111101010111010001101001110 | 8fabae8fabd08faba34e |
UTF-8 | çñäN | 11000011101001111100001110110001110000111010010001001110 | c3a7c3b1c3a44e |
UHC | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)