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 | ?辱槽存? | 0011111110010000010010101001000110000101100100011011011000111111 | 3f904a918591b63f |
EUC-JP | ?辱槽存? | 0011111110111111101010111100000111100101110000101011100000111111 | 3fbfabc1e5c2b83f |
UTF-8 | 뤚辱槽存헐 | 111010111010010010011010111010001011111010110001111001101010011110111101111001011010110110011000111011011001011110010000 | eba49ae8beb1e6a7bde5ad98ed9790 |
UHC | 뤚辱槽存헐 | 10001111110010011110100110110100111100001100101111110000111011011100011111100110 | 8fc9e9b4f0cbf0edc7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)