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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ崢卍- | 11000010100110111100001010011001110000101000000101111100 | c29bc299c2817c |
EUC-JP | ツ崢卍− | 1000111011000010110101101100010011010010110001001010000111011101 | 8ec2d6c4d2c4a1dd |
UTF-8 | ツ崢卍− | 111011111011111010000010111001011011010010100010111001011000110110001101111000101000100010010010 | efbe82e5b4a2e58d8de28892 |
UHC | ??卍? | 0011111100111111110110001011001100111111 | 3f3fd8b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)