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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ク魏タB | 11110000111001011011100011101001101100001100000001000010 | f0e5b8e9b0c042 |
EUC-JP | ?ク魏タB | 0011111110001110101110001111001010110010100011101100000001000010 | 3f8eb8f2b28ec042 |
UTF-8 | ク魏タB | 11101110100000101010010011101111101111011011100011101001101011011000111111101111101111101000000001000010 | ee82a4efbdb8e9ad8fefbe8042 |
UHC | ??魏?B | 001111110011111111101010111000000011111101000010 | 3f3feae03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)