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 | ö®äº×± | 111101101010111011100100101110101101011110110001 | f6aee4bad7b1 |
SJIS-WIN | ????×± | 0011111100111111001111110011111110000001011111101000000101111101 | 3f3f3f3f817e817d |
EUC-JP | ö®äº×± | 10001111101010111101001110001111101000101110111010001111101010111010001110001111101000101110101110100001110111111010000111011110 | 8fabd38fa2ee8faba38fa2eba1dfa1de |
UTF-8 | ö®äº×± | 110000111011011011000010101011101100001110100100110000101011101011000011100101111100001010110001 | c3b6c2aec3a4c2bac397c2b1 |
UHC | ?®?º×± | 00111111101000101110011100111111101010001010110010100001101111111010000110111110 | 3fa2e73fa8aca1bfa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)