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 | ???I^ | 0011111100111111001111110100100101011110 | 3f3f3f495e |
SJIS-WIN | 絶?クI^ | 10010000111000100011111110000011010011100100100101011110 | 90e23f834e495e |
EUC-JP | 絶?クI^ | 11000000111001000011111110100101101011110100100101011110 | c0e43fa5af495e |
UTF-8 | 絶귞クI^ | 1110011110110101101101101110101010110111100111101110001110000010101011110100100101011110 | e7b5b6eab79ee382af495e |
UHC | 絶귞クI^ | 1110111110111110100000101110011110101011101011110100100101011110 | efbe82e7abaf495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)