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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 傘}傘{^ | 10001110010100000111110110001110010100000111101101011110 | 8e507d8e507b5e |
EUC-JP | 傘}傘{^ | 10111011101100010111110110111011101100010111101101011110 | bbb17dbbb17b5e |
UTF-8 | 傘}傘{^ | 111001011000001010011000011111011110010110000010100110000111101101011110 | e582987de582987b5e |
UHC | 傘}傘{^ | 11011111101000010111110111011111101000010111101101011110 | dfa17ddfa17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)