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 | ツ姪崢佚ッ | 1100001010010110110000111001101111000010100110001100001110101111 | c296c39bc298c3af |
EUC-JP | ツ姪崢佚ッ | 10001110110000101100110011000101110101101100010011010000110001011000111010101111 | 8ec2ccc5d6c4d0c58eaf |
UTF-8 | ツ姪崢佚ッ | 111011111011111010000010111001011010011110101010111001011011010010100010111001001011110110011010111011111011110110101111 | efbe82e5a7aae5b4a2e4bd9aefbdaf |
UHC | ?姪?佚? | 00111111111100101110101100111111111011001110101000111111 | 3ff2eb3fecea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)