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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ツ崢卍 | 1100001010011011110000101001100111000010 | c29bc299c2 |
EUC-JP | ツ崢卍 | 100011101100001011010110110001001101001011000100 | 8ec2d6c4d2c4 |
UTF-8 | ツ崢卍 | 111011111011111010000010111001011011010010100010111001011000110110001101 | efbe82e5b4a2e58d8d |
UHC | ??卍 | 00111111001111111101100010110011 | 3f3fd8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)