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 | ç±µvG | 1110011110110001101101010111011001000111 | e7b1b57647 |
SJIS-WIN | ?±?vG | 001111111000000101111101001111110111011001000111 | 3f817d3f7647 |
EUC-JP | ç±?vG | 1000111110101011101011101010000111011110001111110111011001000111 | 8fabaea1de3f7647 |
UTF-8 | ç±µvG | 1100001110100111110000101011000111000010101101010111011001000111 | c3a7c2b1c2b57647 |
UHC | ?±?vG | 001111111010000110111110001111110111011001000111 | 3fa1be3f7647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)