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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?岫ま?逆 | 0011111110011011101010111000001011011100001111111000101101110100 | 3f9bab82dc3f8b74 |
EUC-JP | ?岫ま?逆 | 0011111111010110101011011010010011011110001111111011010111010101 | 3fd6ada4de3fb5d5 |
UTF-8 | 얍岫ま뤶逆 | 111011001001011010001101111001011011001010101011111000111000000110111110111010111010010010110110111010011000000010000110 | ec968de5b2abe381beeba4b6e98086 |
UHC | 얍岫ま뤶逆 | 10111110111001011110000111111011101010101101111010001111111001001110011010111101 | bee5e1fbaade8fe4e6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)