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 | ?貶靄貔 | 00111111111001101100100011101000110010011110011010111110 | 3fe6c8e8c9e6be |
EUC-JP | 錤貶靄貔 | 100011111110010011011111111011001100101011110000110010111110110011000000 | 8fe4dfeccaf0cbecc0 |
UTF-8 | 錤貶靄貔 | 111010011000110010100100111010001011001010110110111010011001110110000100111010001011001010010100 | e98ca4e8b2b6e99d84e8b294 |
UHC | 錤貶靄? | 11010001110001011111100010111111111001001111011100111111 | d1c5f8bfe4f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)