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 | í´íP | 11101101100110001011010011101101100110101001111001010000 | ed98b4ed9a9e50 |
SJIS-WIN | ??´???P | 0011111100111111100000010100110000111111001111110011111101010000 | 3f3f814c3f3f3f50 |
EUC-JP | í?´í??P | 100011111010101110111111001111111010000110101101100011111010101110111111001111110011111101010000 | 8fabbf3fa1ad8fabbf3f3f50 |
UTF-8 | í´íP | 11000011101011011100001010011000110000101011010011000011101011011100001010011010110000101001111001010000 | c3adc298c2b4c3adc29ac29e50 |
UHC | ??´???P | 0011111100111111101000101010010100111111001111110011111101010000 | 3f3fa2a53f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)