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 | 鄧駒剏 | 111110111011100110001011111011101001100110001100 | fbb98bee998c |
EUC-JP | 鄧駒剏 | 10001111111000101100011110110110111100001101000111101100 | 8fe2c7b6f0d1ec |
UTF-8 | 鄧駒剏 | 111010011000010010100111111010011010011110010010111001011000100110001111 | e984a7e9a792e5898f |
UHC | 鄧駒? | 1101010011111000110011111100101100111111 | d4f8cfcb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)