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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | \◇\ | 1000000101011111100000011001111001011100 | 815f819e5c |
EUC-JP | \◇\ | 1010000111000000101000011111111001011100 | a1c0a1fe5c |
UTF-8 | \◇\ | 11101111101111001011110011100010100101111000011101011100 | efbcbce297875c |
UHC | \◇\ | 1010000110101100101000011101111001011100 | a1aca1de5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)