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 | êÛàÖÃ^ | 10001111111010101101101111100000110101101100001101011110 | 8feadbe0d6c35e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?êÛàÖÃ^ | 0011111110001111101010111011010010001111101010101110010110001111101010111010001010001111101010101101001110001111101010101010101001011110 | 3f8fabb48faae58faba28faad38faaaa5e |
UTF-8 | êÛàÖÃ^ | 11000010100011111100001110101010110000111001101111000011101000001100001110010110110000111000001101011110 | c28fc3aac39bc3a0c396c3835e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)