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 | wn}wn{^ | 1001010101110111100000100110111001111101100101010111011110000010011011100111101101011110 | 9577826e7d9577826e7b5e |
SJIS-WIN | ?w?n}?w?n{^ | 0011111101110111001111110110111001111101001111110111011100111111011011100111101101011110 | 3f773f6e7d3f773f6e7b5e |
EUC-JP | ?w?n}?w?n{^ | 0011111101110111001111110110111001111101001111110111011100111111011011100111101101011110 | 3f773f6e7d3f773f6e7b5e |
UTF-8 | wn}wn{^ | 110000101001010101110111110000101000001001101110011111011100001010010101011101111100001010000010011011100111101101011110 | c29577c2826e7dc29577c2826e7b5e |
UHC | ?w?n}?w?n{^ | 0011111101110111001111110110111001111101001111110111011100111111011011100111101101011110 | 3f773f6e7d3f773f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)