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{^ | 1000110011001111100010100101011101111101100011001100111110001010010101110111101101011110 | 8ccf8a577d8ccf8a577b5e |
SJIS-WIN | ???W}???W{^ | 0011111100111111001111110101011101111101001111110011111100111111010101110111101101011110 | 3f3f3f577d3f3f3f577b5e |
EUC-JP | ?Ï?W}?Ï?W{^ | 001111111000111110101010110000010011111101010111011111010011111110001111101010101100000100111111010101110111101101011110 | 3f8faac13f577d3f8faac13f577b5e |
UTF-8 | ÏW}ÏW{^ | 1100001010001100110000111000111111000010100010100101011101111101110000101000110011000011100011111100001010001010010101110111101101011110 | c28cc38fc28a577dc28cc38fc28a577b5e |
UHC | ???W}???W{^ | 0011111100111111001111110101011101111101001111110011111100111111010101110111101101011110 | 3f3f3f577d3f3f3f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)