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 | 蓚}蓚{^ | 11100100111010010111110111100100111010010111101101011110 | e4e97de4e97b5e |
EUC-JP | 蓚}蓚{^ | 11101000111010110111110111101000111010110111101101011110 | e8eb7de8eb7b5e |
UTF-8 | 蓚}蓚{^ | 111010001001001110011010011111011110100010010011100110100111101101011110 | e8939a7de8939a7b5e |
UHC | 蓚}蓚{^ | 11100010101111100111110111100010101111100111101101011110 | e2be7de2be7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)