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 | 鄧?荏 | 1111101110111001001111111000100101100000 | fbb93f8960 |
EUC-JP | 鄧?荏 | 100011111110001011000111001111111011000111000001 | 8fe2c73fb1c1 |
UTF-8 | 鄧룫荏 | 111010011000010010100111111010111010001110101011111010001000110110001111 | e984a7eba3abe88d8f |
UHC | 鄧룫荏 | 110101001111100010001111101000101110110011111011 | d4f88fa2ecfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)