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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鄧基清 | 111110111011100110001010111011101001000010110100 | fbb98aee90b4 |
EUC-JP | 鄧基清 | 10001111111000101100011110110100111100001100000010110110 | 8fe2c7b4f0c0b6 |
UTF-8 | 鄧基清 | 111010011000010010100111111001011001111110111010111001101011100010000101 | e984a7e59fbae6b885 |
UHC | 鄧基? | 1101010011111000110100001111000100111111 | d4f8d0f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)