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 | 迪狡?校? | 1110011110001100111000001100001000111111100011010101101000111111 | e78ce0c23f8d5a3f |
EUC-JP | 迪狡?校? | 1110110111101100111000001100010000111111101110011011101100111111 | edece0c43fb9bb3f |
UTF-8 | 迪狡렰校렩 | 111010001011111110101010111001111000101110100001111010111010000010110000111001101010000010100001111010111010000010101001 | e8bfaae78ba1eba0b0e6a0a1eba0a9 |
UHC | 迪狡렰校렩 | 11101110111010001100111011101010100011101011110111001110111010001000111010110111 | eee8ceea8ebdcee88eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)