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 | xW}xW{^ | 1000111101111000100010100101011101111101100011110111100010001010010101110111101101011110 | 8f788a577d8f788a577b5e |
SJIS-WIN | ?x?W}?x?W{^ | 0011111101111000001111110101011101111101001111110111100000111111010101110111101101011110 | 3f783f577d3f783f577b5e |
EUC-JP | ?x?W}?x?W{^ | 0011111101111000001111110101011101111101001111110111100000111111010101110111101101011110 | 3f783f577d3f783f577b5e |
UTF-8 | xW}xW{^ | 110000101000111101111000110000101000101001010111011111011100001010001111011110001100001010001010010101110111101101011110 | c28f78c28a577dc28f78c28a577b5e |
UHC | ?x?W}?x?W{^ | 0011111101111000001111110101011101111101001111110111100000111111010101110111101101011110 | 3f783f577d3f783f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)