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 | íLå | 100101101110110110011111010011001001101011100101 | 96ed9f4c9ae5 |
SJIS-WIN | ???L?? | 001111110011111100111111010011000011111100111111 | 3f3f3f4c3f3f |
EUC-JP | ?í?L?å | 00111111100011111010101110111111001111110100110000111111100011111010101110101001 | 3f8fabbf3f4c3f8faba9 |
UTF-8 | íLå | 1100001010010110110000111010110111000010100111110100110011000010100110101100001110100101 | c296c3adc29f4cc29ac3a5 |
UHC | ???L?? | 001111110011111100111111010011000011111100111111 | 3f3f3f4c3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)