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 | 檗}檗{^ | 10011111010000000111110110011111010000000111101101011110 | 9f407d9f407b5e |
EUC-JP | 檗}檗{^ | 11011101101000010111110111011101101000010111101101011110 | dda17ddda17b5e |
UTF-8 | 檗}檗{^ | 111001101010101010010111011111011110011010101010100101110111101101011110 | e6aa977de6aa977b5e |
UHC | 檗}檗{^ | 11011011111111000111110111011011111111000111101101011110 | dbfc7ddbfc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)