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 | ツ敖拮ツ | 110000101001110111000010100111010110100011000010 | c29dc29d68c2 |
EUC-JP | ツ敖拮ツ | 1000111011000010110110101100010011011001110010011000111011000010 | 8ec2dac4d9c98ec2 |
UTF-8 | ツ敖拮ツ | 111011111011111010000010111001101001010110010110111001101000101110101110111011111011111010000010 | efbe82e69596e68baeefbe82 |
UHC | ?敖拮? | 001111111110011111111001110100011100111100111111 | 3fe7f9d1cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)