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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鄒」郛鍈 | 11100111101111101010001111100111101111001111101001011110 | e7bea3e7bcfa5e |
EUC-JP | 鄒」郛鍈 | 111011101100000010001110101000111110111010111110100011111110010011101001 | eec08ea3eebe8fe4e9 |
UTF-8 | 鄒」郛鍈 | 111010011000010010010010111011111011110110100011111010011000001110011011111010011000110110001000 | e98492efbda3e9839be98d88 |
UHC | 鄒??鍈 | 111101011101101100111111001111111110011111001100 | f5db3f3fe7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)