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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | \◇P | 1000000101011111100000011001111001010000 | 815f819e50 |
EUC-JP | \◇P | 1010000111000000101000011111111001010000 | a1c0a1fe50 |
UTF-8 | \◇P | 11101111101111001011110011100010100101111000011101010000 | efbcbce2978750 |
UHC | \◇P | 1010000110101100101000011101111001010000 | a1aca1de50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)