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{^ | 1001101101110111100010100101011101111101100110110111011110001010010101110111101101011110 | 9b778a577d9b778a577b5e |
SJIS-WIN | ?w?W}?w?W{^ | 0011111101110111001111110101011101111101001111110111011100111111010101110111101101011110 | 3f773f577d3f773f577b5e |
EUC-JP | ?w?W}?w?W{^ | 0011111101110111001111110101011101111101001111110111011100111111010101110111101101011110 | 3f773f577d3f773f577b5e |
UTF-8 | wW}wW{^ | 110000101001101101110111110000101000101001010111011111011100001010011011011101111100001010001010010101110111101101011110 | c29b77c28a577dc29b77c28a577b5e |
UHC | ?w?W}?w?W{^ | 0011111101110111001111110101011101111101001111110111011100111111010101110111101101011110 | 3f773f577d3f773f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)