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 | 踞セ菫セ踐 | 1110011011110101101111101110010010111111101111101110011011110110 | e6f5bee4bfbee6f6 |
EUC-JP | 踞セ菫セ踐 | 11101100111101111000111010111110111010001100000110001110101111101110110011111000 | ecf78ebee8c18ebeecf8 |
UTF-8 | 踞セ菫セ踐 | 111010001011100010011110111011111011110110111110111010001000111110101011111011111011110110111110111010001011100010010000 | e8b89eefbdbee88fabefbdbee8b890 |
UHC | 踞?菫?踐 | 1100101111100110001111111101000011001011001111111111010011000010 | cbe63fd0cb3ff4c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)