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 | 驢ォ貅コ闔 | 1110100110000110101010111110011010111010101110101110100010001110 | e986abe6babae88e |
EUC-JP | 驢ォ貅コ闔 | 11110001111001101000111010101011111011001011110010001110101110101110111111101110 | f1e68eabecbc8ebaefee |
UTF-8 | 驢ォ貅コ闔 | 111010011010100110100010111011111011110110101011111010001011001010000101111011111011110110111010111010011001011110010100 | e9a9a2efbdabe8b285efbdbae99794 |
UHC | 驢???闔 | 11010101111100000011111100111111001111111111100111101111 | d5f03f3f3ff9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)