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 | ?峯??稔 | 00111111100101011111010100111111001111111001011010101011 | 3f95f53f3f96ab |
EUC-JP | ?峯??稔 | 00111111110010101111011100111111001111111100110010101101 | 3fcaf73f3fccad |
UTF-8 | 李峯렍렰稔 | 111011111010011110100001111001011011001110101111111010111010000010001101111010111010000010110000111001111010100010010100 | efa7a1e5b3afeba08deba0b0e7a894 |
UHC | 李峯렍렰稔 | 11101100101100001101110011100111100011101010001110001110101111011110110011111001 | ecb0dce78ea38ebdecf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)