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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 舅砒 | 11100100011011101110000111100101 | e46ee1e5 |
EUC-JP | 舅砒 | 11100111110011111110001011100111 | e7cfe2e7 |
UTF-8 | 舅砒 | 111010001000100010000101111001111010000010010010 | e88885e7a092 |
UHC | 舅砒 | 11001111110000001101110111110111 | cfc0ddf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)