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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 魏貉G | 1110100110110000111001101011100101000111 | e9b0e6b947 |
EUC-JP | 魏貉G | 1111001010110010111011001011101101000111 | f2b2ecbb47 |
UTF-8 | 魏貉G | 11101001101011011000111111101000101100101000100101000111 | e9ad8fe8b28947 |
UHC | 魏?G | 11101010111000000011111101000111 | eae03f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)