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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 燧楯}燧楯{^ | 1110000010011100100011110111110001111101111000001001110010001111011111000111101101011110 | e09c8f7c7de09c8f7c7b5e |
EUC-JP | 燧楯}燧楯{^ | 1101111111111100101111011101110101111101110111111111110010111101110111010111101101011110 | dffcbddd7ddffcbddd7b5e |
UTF-8 | 燧楯}燧楯{^ | 111001111000011110100111111001101010010110101111011111011110011110000111101001111110011010100101101011110111101101011110 | e787a7e6a5af7de787a7e6a5af7b5e |
UHC | 燧楯}燧楯{^ | 1110001010101100111000101110010001111101111000101010110011100010111001000111101101011110 | e2ace2e47de2ace2e47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)