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 | 鄂手又 | 111001111011110110001110111010001001011010010100 | e7bd8ee89694 |
EUC-JP | 鄂手又 | 111011101011111110111100111010101100101111110100 | eebfbceacbf4 |
UTF-8 | 鄂手又 | 111010011000010010000010111001101000100110001011111001011000111110001000 | e98482e6898be58f88 |
UHC | 鄂手又 | 111001001100011111100010101000101110100111010001 | e4c7e2a2e9d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)