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 | 舒}舒{^ | 10011000101011100111110110011000101011100111101101011110 | 98ae7d98ae7b5e |
EUC-JP | 舒}舒{^ | 11010000101100000111110111010000101100000111101101011110 | d0b07dd0b07b5e |
UTF-8 | 舒}舒{^ | 111010001000100010010010011111011110100010001000100100100111101101011110 | e888927de888927b5e |
UHC | 舒}舒{^ | 11100000101000100111110111100000101000100111101101011110 | e0a27de0a27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)