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 | ws}ws{^ | 1001101101110111100101100111001101111101100110110111011110010110011100110111101101011110 | 9b7796737d9b7796737b5e |
SJIS-WIN | ?w?s}?w?s{^ | 0011111101110111001111110111001101111101001111110111011100111111011100110111101101011110 | 3f773f737d3f773f737b5e |
EUC-JP | ?w?s}?w?s{^ | 0011111101110111001111110111001101111101001111110111011100111111011100110111101101011110 | 3f773f737d3f773f737b5e |
UTF-8 | ws}ws{^ | 110000101001101101110111110000101001011001110011011111011100001010011011011101111100001010010110011100110111101101011110 | c29b77c296737dc29b77c296737b5e |
UHC | ?w?s}?w?s{^ | 0011111101110111001111110111001101111101001111110111011100111111011100110111101101011110 | 3f773f737d3f773f737b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)