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 | 鈴}鈴{^ | 10010111111010010111110110010111111010010111101101011110 | 97e97d97e97b5e |
EUC-JP | 鈴}鈴{^ | 11001110111010110111110111001110111010110111101101011110 | ceeb7dceeb7b5e |
UTF-8 | 鈴}鈴{^ | 111010011000100010110100011111011110100110001000101101000111101101011110 | e988b47de988b47b5e |
UHC | 鈴}鈴{^ | 11010110110000100111110111010110110000100111101101011110 | d6c27dd6c27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)