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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雕?箏?雕 | 1110100010111000001111111110001010110101001111111110100010111000 | e8b83fe2b53fe8b8 |
EUC-JP | 雕?箏?雕 | 1111000010111010001111111110010010110111001111111111000010111010 | f0ba3fe4b73ff0ba |
UTF-8 | 雕렟箏렍雕 | 111010011001101110010101111010111010000010011111111001111010111010001111111010111010000010001101111010011001101110010101 | e99b95eba09fe7ae8feba08de99b95 |
UHC | 雕렟箏렍雕 | 11110000111001111000111010110000111011101011010010001110101000111111000011100111 | f0e78eb0eeb48ea3f0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)