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 | 鄧狗插 | 111110111011100110001011111001111001110110000111 | fbb98be79d87 |
EUC-JP | 鄧狗插 | 10001111111000101100011110110110111010011101100111100111 | 8fe2c7b6e9d9e7 |
UTF-8 | 鄧狗插 | 111010011000010010100111111001111000101110010111111001101000111110010010 | e984a7e78b97e68f92 |
UHC | 鄧狗? | 1101010011111000110011111011011100111111 | d4f8cfb73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)