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 | 偲コ冐ェ | 1000111011000011101110101110001111101100101010101111000010111011 | 8ec3bae3ecaaf0bb |
EUC-JP | 偲コ冐ェ? | 101111001100010110001110101110101110011011101110100011101010101000111111 | bcc58ebae6ee8eaa3f |
UTF-8 | 偲コ冐ェ | 111001011000000110110010111011111011110110111010111001011000011010010000111011111011110110101010111011101000000110111010 | e581b2efbdbae58690efbdaaee81ba |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)