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 | 署}署{^ | 10001111100100000111110110001111100100000111101101011110 | 8f907d8f907b5e |
EUC-JP | 署}署{^ | 10111101111100000111110110111101111100000111101101011110 | bdf07dbdf07b5e |
UTF-8 | 署}署{^ | 111001111011110110110010011111011110011110111101101100100111101101011110 | e7bdb27de7bdb27b5e |
UHC | 署}署{^ | 11011111111111100111110111011111111111100111101101011110 | dffe7ddffe7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)