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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 輅輅B | 1110011101101001111001110110100101000010 | e769e76942 |
EUC-JP | 輅輅B | 1110110111001010111011011100101001000010 | edcaedca42 |
UTF-8 | 輅輅B | 11101000101111001000010111101000101111001000010101000010 | e8bc85e8bc8542 |
UHC | 輅輅B | 1101011011011001110101101101100101000010 | d6d9d6d942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)