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 | ?欖??? | 001111111001111101010011001111110011111100111111 | 3f9f533f3f3f |
EUC-JP | ?欖??? | 001111111101110110110100001111110011111100111111 | 3fddb43f3f3f |
UTF-8 | 뤵欖뻬퐥맑 | 111010111010010010110101111001101010110010010110111010111011101110101100111011011001000010100101111010111010011110010001 | eba4b5e6ac96ebbbaced90a5eba791 |
UHC | 뤵欖뻬퐥맑 | 10001111111000111101010110111100101110111011111010111101100011101011100010111100 | 8fe3d5bcbbbebd8eb8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)