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 | 省}省{^ | 10001111110010000111110110001111110010000111101101011110 | 8fc87d8fc87b5e |
EUC-JP | 省}省{^ | 10111110110010100111110110111110110010100111101101011110 | beca7dbeca7b5e |
UTF-8 | 省}省{^ | 111001111001110010000001011111011110011110011100100000010111101101011110 | e79c817de79c817b5e |
UHC | 省}省{^ | 11100000111111010111110111100000111111010111101101011110 | e0fd7de0fd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)