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 | 11111010101101001001111111101101100110001010111001101000 | fab49fed98ae68 |
SJIS-WIN | ?´????h | 0011111110000001010011000011111100111111001111110011111101101000 | 3f814c3f3f3f3f68 |
EUC-JP | ú´?í?®h | 1000111110101011111000101010000110101101001111111000111110101011101111110011111110001111101000101110111001101000 | 8fabe2a1ad3f8fabbf3f8fa2ee68 |
UTF-8 | ú´í®h | 11000011101110101100001010110100110000101001111111000011101011011100001010011000110000101010111001101000 | c3bac2b4c29fc3adc298c2ae68 |
UHC | ?´???®h | 001111111010001010100101001111110011111100111111101000101110011101101000 | 3fa2a53f3f3fa2e768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)