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 | wá«^ | 10010110011101111000001010000111111000011010101101011110 | 96778287e1ab5e |
SJIS-WIN | ?w????^ | 00111111011101110011111100111111001111110011111101011110 | 3f773f3f3f3f5e |
EUC-JP | ?w??á?^ | 001111110111011100111111001111111000111110101011101000010011111101011110 | 3f773f3f8faba13f5e |
UTF-8 | wá«^ | 110000101001011001110111110000101000001011000010100001111100001110100001110000101010101101011110 | c29677c282c287c3a1c2ab5e |
UHC | ?w????^ | 00111111011101110011111100111111001111110011111101011110 | 3f773f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)