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 | ?wW}?wW{^ | 001111110111011101010111011111010011111101110111010101110111101101011110 | 3f77577d3f77577b5e |
SJIS-WIN | 辰wW}辰wW{^ | 1001001001000011011101110101011101111101100100100100001101110111010101110111101101011110 | 924377577d924377577b5e |
EUC-JP | 辰wW}辰wW{^ | 1100001110100100011101110101011101111101110000111010010001110111010101110111101101011110 | c3a477577dc3a477577b5e |
UTF-8 | 辰wW}辰wW{^ | 11101000101111101011000001110111010101110111110111101000101111101011000001110111010101110111101101011110 | e8beb077577de8beb077577b5e |
UHC | 辰wW}辰wW{^ | 1111001011100011011101110101011101111101111100101110001101110111010101110111101101011110 | f2e377577df2e377577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)