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 | プ}プ{^ | 10000011011101100111110110000011011101100111101101011110 | 83767d83767b5e |
EUC-JP | プ}プ{^ | 10100101110101110111110110100101110101110111101101011110 | a5d77da5d77b5e |
UTF-8 | プ}プ{^ | 111000111000001110010111011111011110001110000011100101110111101101011110 | e383977de383977b5e |
UHC | プ}プ{^ | 10101011110101110111110110101011110101110111101101011110 | abd77dabd77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)