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 | ?募槽曺 | 00111111100101011110010110010001100001011111101011011110 | 3f95e59185fade |
EUC-JP | ?募槽曺 | 0011111111001010111001111100000111100101100011111100001011101101 | 3fcae7c1e58fc2ed |
UTF-8 | 뤲募槽曺 | 111010111010010010110010111001011000101110011111111001101010011110111101111001101001101110111010 | eba4b2e58b9fe6a7bde69bba |
UHC | 뤲募槽曺 | 1000111111100000110110011011010011110000110010111111000011000110 | 8fe0d9b4f0cbf0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)