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 | 兒}兒{^ | 10011001010110100111110110011001010110100111101101011110 | 995a7d995a7b5e |
EUC-JP | 兒}兒{^ | 11010001101110110111110111010001101110110111101101011110 | d1bb7dd1bb7b5e |
UTF-8 | 兒}兒{^ | 111001011000010110010010011111011110010110000101100100100111101101011110 | e585927de585927b5e |
UHC | 兒}兒{^ | 11100100101011100111110111100100101011100111101101011110 | e4ae7de4ae7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)