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 | ???勸釵 | 00111111001111110011111110011001101011101110011111011110 | 3f3f3f99aee7de |
EUC-JP | ???勸釵 | 00111111001111110011111111010010101100001110111011100000 | 3f3f3fd2b0eee0 |
UTF-8 | 뤶햵쟈勸釵 | 111010111010010010110110111011011001011010110101111011001001111110001000111001011000101110111000111010011000011110110101 | eba4b6ed96b5ec9f88e58bb8e987b5 |
UHC | 뤶햵쟈勸釵 | 10001111111001001100000110001110110000001111000011001111111010001111001111111011 | 8fe4c18ec0f0cfe8f3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)