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í | 11101101100111001001000101101000111011011001110010010001 | ed9c9168ed9c91 |
SJIS-WIN | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | í??hí?? | 1000111110101011101111110011111100111111011010001000111110101011101111110011111100111111 | 8fabbf3f3f688fabbf3f3f |
UTF-8 | íhí | 11000011101011011100001010011100110000101001000101101000110000111010110111000010100111001100001010010001 | c3adc29cc29168c3adc29cc291 |
UHC | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)