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 | ëЬ | 111011101011111110111010111010111101000010101100 | eebfbaebd0ac |
SJIS-WIN | ?????¬ | 00111111001111110011111100111111001111111000000111001010 | 3f3f3f3f3f81ca |
EUC-JP | � | 100011111010101111000010100011111010001011000100100011111010001011101011100011111010101110110011001111111010001011001100 | 8fabc28fa2c48fa2eb8fabb33fa2cc |
UTF-8 | ëЬ | 110000111010111011000010101111111100001010111010110000111010101111000011100100001100001010101100 | c3aec2bfc2bac3abc390c2ac |
UHC | ?¿º?Ð? | 001111111010001010101111101010001010110000111111101010001010001000111111 | 3fa2afa8ac3fa8a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)