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 | çñ´hçñ | 111001111111000110110100011010001110011111110001 | e7f1b468e7f1 |
SJIS-WIN | ??´h?? | 00111111001111111000000101001100011010000011111100111111 | 3f3f814c683f3f |
EUC-JP | çñ´hçñ | 100011111010101110101110100011111010101111010000101000011010110101101000100011111010101110101110100011111010101111010000 | 8fabae8fabd0a1ad688fabae8fabd0 |
UTF-8 | çñ´hçñ | 1100001110100111110000111011000111000010101101000110100011000011101001111100001110110001 | c3a7c3b1c2b468c3a7c3b1 |
UHC | ??´h?? | 00111111001111111010001010100101011010000011111100111111 | 3f3fa2a5683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)