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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 灼実\ | 1000111011011100100011101100000001011100 | 8edc8ec05c |
EUC-JP | 灼実\ | 1011110011011110101111001100001001011100 | bcdebcc25c |
UTF-8 | 灼実\ | 11100111100000011011110011100101101011101001111101011100 | e781bce5ae9f5c |
UHC | 灼?\ | 11101101110001110011111101011100 | edc73f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)