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 | 歪}歪{^ | 10011000011000110111110110011000011000110111101101011110 | 98637d98637b5e |
EUC-JP | 歪}歪{^ | 11001111110001000111110111001111110001000111101101011110 | cfc47dcfc47b5e |
UTF-8 | 歪}歪{^ | 111001101010110110101010011111011110011010101101101010100111101101011110 | e6adaa7de6adaa7b5e |
UHC | 歪}歪{^ | 11101000111000000111110111101000111000000111101101011110 | e8e07de8e07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)