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 | ツ崢卍ジ | 11000010100110111100001010011001110000101000001101010111 | c29bc299c28357 |
EUC-JP | ツ崢卍ジ | 1000111011000010110101101100010011010010110001001010010110111000 | 8ec2d6c4d2c4a5b8 |
UTF-8 | ツ崢卍ジ | 111011111011111010000010111001011011010010100010111001011000110110001101111000111000001010111000 | efbe82e5b4a2e58d8de382b8 |
UHC | ??卍ジ | 001111110011111111011000101100111010101110111000 | 3f3fd8b3abb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)