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 | ?wW}?wW{^ | 001111110111011101010111011111010011111101110111010101110111101101011110 | 3f77577d3f77577b5e |
SJIS-WIN | 磅wW}磅wW{^ | 1110000111111010011101110101011101111101111000011111101001110111010101110111101101011110 | e1fa77577de1fa77577b5e |
EUC-JP | 磅wW}磅wW{^ | 1110001011111100011101110101011101111101111000101111110001110111010101110111101101011110 | e2fc77577de2fc77577b5e |
UTF-8 | 磅wW}磅wW{^ | 11100111101000111000010101110111010101110111110111100111101000111000010101110111010101110111101101011110 | e7a38577577de7a38577577b5e |
UHC | 磅wW}磅wW{^ | 1101101110110110011101110101011101111101110110111011011001110111010101110111101101011110 | dbb677577ddbb677577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)