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 | ´íè? | 10110100111011011110100000111111 | b4ede83f |
SJIS-WIN | ´??? | 1000000101001100001111110011111100111111 | 814c3f3f3f |
EUC-JP | ´íèň | 1010000110101101100011111010101110111111100011111010101110110010100011111010101111001110 | a1ad8fabbf8fabb28fabce |
UTF-8 | ´íèň | 1100001010110100110000111010110111000011101010001100010110001000 | c2b4c3adc3a8c588 |
UHC | ´??? | 1010001010100101001111110011111100111111 | a2a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)