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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鄧м鄧к^ | 111110111011100110000100011111011111101110111001100001000111101101011110 | fbb9847dfbb9847b5e |
EUC-JP | 鄧м鄧к^ | 1000111111100010110001111010011111011110100011111110001011000111101001111101110001011110 | 8fe2c7a7de8fe2c7a7dc5e |
UTF-8 | 鄧м鄧к^ | 1110100110000100101001111101000010111100111010011000010010100111110100001011101001011110 | e984a7d0bce984a7d0ba5e |
UHC | 鄧м鄧к^ | 110101001111100010101100110111101101010011111000101011001101110001011110 | d4f8acded4f8acdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)