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 | ??d | 001111110011111101100100 | 3f3f64 |
SJIS-WIN | \◇d | 1000000101011111100000011001111001100100 | 815f819e64 |
EUC-JP | \◇d | 1010000111000000101000011111111001100100 | a1c0a1fe64 |
UTF-8 | \◇d | 11101111101111001011110011100010100101111000011101100100 | efbcbce2978764 |
UHC | \◇d | 1010000110101100101000011101111001100100 | a1aca1de64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)