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 | 學}學{^ | 10011011011110110111110110011011011110110111101101011110 | 9b7b7d9b7b7b5e |
EUC-JP | 學}學{^ | 11010101110111000111110111010101110111000111101101011110 | d5dc7dd5dc7b5e |
UTF-8 | 學}學{^ | 111001011010110110111000011111011110010110101101101110000111101101011110 | e5adb87de5adb87b5e |
UHC | 學}學{^ | 11111001110010100111110111111001110010100111101101011110 | f9ca7df9ca7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)