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{^ | 1000101001111010011101110101011101111101100010100111101001110111010101110111101101011110 | 8a7a77577d8a7a77577b5e |
EUC-JP | 額wW}額wW{^ | 1011001111011011011101110101011101111101101100111101101101110111010101110111101101011110 | b3db77577db3db77577b5e |
UTF-8 | 額wW}額wW{^ | 11101001101000011000110101110111010101110111110111101001101000011000110101110111010101110111101101011110 | e9a18d77577de9a18d77577b5e |
UHC | 額wW}額wW{^ | 1110010011111110011101110101011101111101111001001111111001110111010101110111101101011110 | e4fe77577de4fe77577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)