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 | 娃綬餘 | 100010001010000110001110111110001110100101010000 | 88a18ef8e950 |
EUC-JP | 娃綬餘 | 101100001010001110111100111110101111000110110001 | b0a3bcfaf1b1 |
UTF-8 | 娃綬餘 | 111001011010100010000011111001111011011010101100111010011010010010011000 | e5a883e7b6ace9a498 |
UHC | 娃綬餘 | 111010001101111111100010101110001110011010101110 | e8dfe2b8e6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)