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 | {W}{W{^ | 100100000111101101010111011111011001000001111011010101110111101101011110 | 907b577d907b577b5e |
SJIS-WIN | ?{W}?{W{^ | 001111110111101101010111011111010011111101111011010101110111101101011110 | 3f7b577d3f7b577b5e |
EUC-JP | ?{W}?{W{^ | 001111110111101101010111011111010011111101111011010101110111101101011110 | 3f7b577d3f7b577b5e |
UTF-8 | {W}{W{^ | 1100001010010000011110110101011101111101110000101001000001111011010101110111101101011110 | c2907b577dc2907b577b5e |
UHC | ?{W}?{W{^ | 001111110111101101010111011111010011111101111011010101110111101101011110 | 3f7b577d3f7b577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)