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] | 1110011110110001101101010110100101011101 | e7b1b5695d |
SJIS-WIN | ?±?i] | 001111111000000101111101001111110110100101011101 | 3f817d3f695d |
EUC-JP | ç±?i] | 1000111110101011101011101010000111011110001111110110100101011101 | 8fabaea1de3f695d |
UTF-8 | ç±µi] | 1100001110100111110000101011000111000010101101010110100101011101 | c3a7c2b1c2b5695d |
UHC | ?±?i] | 001111111010000110111110001111110110100101011101 | 3fa1be3f695d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)