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 | 雕???赤 | 11101000101110000011111100111111001111111001000011010100 | e8b83f3f3f90d4 |
EUC-JP | 雕???赤 | 11110000101110100011111100111111001111111100000011010110 | f0ba3f3f3fc0d6 |
UTF-8 | 雕쇘렍렎赤 | 111010011001101110010101111011001000011110011000111010111010000010001101111010111010000010001110111010001011010110100100 | e99b95ec8798eba08deba08ee8b5a4 |
UHC | 雕쇘렍렎赤 | 11110000111001111011110011100111100011101010001110001110101001001110111011100101 | f0e7bce78ea38ea4eee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)