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 | 贖}贖{^ | 11100110110111000111110111100110110111000111101101011110 | e6dc7de6dc7b5e |
EUC-JP | 贖}贖{^ | 11101100110111100111110111101100110111100111101101011110 | ecde7decde7b5e |
UTF-8 | 贖}贖{^ | 111010001011010010010110011111011110100010110100100101100111101101011110 | e8b4967de8b4967b5e |
UHC | 贖}贖{^ | 11100001110110110111110111100001110110110111101101011110 | e1db7de1db7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)