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 | 宋}宋{^ | 10010001011101100111110110010001011101100111101101011110 | 91767d91767b5e |
EUC-JP | 宋}宋{^ | 11000001110101110111110111000001110101110111101101011110 | c1d77dc1d77b5e |
UTF-8 | 宋}宋{^ | 111001011010111010001011011111011110010110101110100010110111101101011110 | e5ae8b7de5ae8b7b5e |
UHC | 宋}宋{^ | 11100001111001000111110111100001111001000111101101011110 | e1e47de1e47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)