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 | 001111110011111101000100 | 3f3f44 |
SJIS-WIN | \◇D | 1000000101011111100000011001111001000100 | 815f819e44 |
EUC-JP | \◇D | 1010000111000000101000011111111001000100 | a1c0a1fe44 |
UTF-8 | \◇D | 11101111101111001011110011100010100101111000011101000100 | efbcbce2978744 |
UHC | \◇D | 1010000110101100101000011101111001000100 | a1aca1de44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)