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 | 五}五{^ | 10001100110111000111110110001100110111000111101101011110 | 8cdc7d8cdc7b5e |
EUC-JP | 五}五{^ | 10111000110111100111110110111000110111100111101101011110 | b8de7db8de7b5e |
UTF-8 | 五}五{^ | 111001001011101010010100011111011110010010111010100101000111101101011110 | e4ba947de4ba947b5e |
UHC | 五}五{^ | 11100111111010010111110111100111111010010111101101011110 | e7e97de7e97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)