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 | ¾è£ßc^ | 1011111010101101111010001010001110001110110111110110001101011110 | beade8a38edf635e |
SJIS-WIN | ???£??c^ | 001111110011111100111111100000011001001000111111001111110110001101011110 | 3f3f3f81923f3f635e |
EUC-JP | ??è£?ßc^ | 00111111001111111000111110101011101100101010000111110010001111111000111110101001110011100110001101011110 | 3f3f8fabb2a1f23f8fa9ce635e |
UTF-8 | ¾è£ßc^ | 1100001010111110110000101010110111000011101010001100001010100011110000101000111011000011100111110110001101011110 | c2bec2adc3a8c2a3c28ec39f635e |
UHC | ¾???ßc^ | 1010100011111010101000011010100100111111001111110011111110101001101011000110001101011110 | a8faa1a93f3f3fa9ac635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)