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 | 踞セ逞ソ踵 | 1110011011110101101111101110011110010111101111111110011011111001 | e6f5bee797bfe6f9 |
EUC-JP | 踞セ逞ソ踵 | 11101100111101111000111010111110111011011111011110001110101111111110110011111011 | ecf78ebeedf78ebfecfb |
UTF-8 | 踞セ逞ソ踵 | 111010001011100010011110111011111011110110111110111010011000000010011110111011111011110110111111111010001011100010110101 | e8b89eefbdbee9809eefbdbfe8b8b5 |
UHC | 踞?逞?踵 | 1100101111100110001111111101011011000001001111111111000110100010 | cbe63fd6c13ff1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)