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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ワ靤。 | 111100011110110011011100111010001101000010100001 | f1ecdce8d0a1 |
EUC-JP | ?ワ靤。 | 00111111100011101101110011110000110100101000111010100001 | 3f8edcf0d28ea1 |
UTF-8 | ワ靤。 | 111011101000010110100111111011111011111010011100111010011001110110100100111011111011110110100001 | ee85a7efbe9ce99da4efbda1 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)