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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | ツ殲Lツ殲L^ | 110000101001111101110010010011001100001010011111011100100100110001011110 | c29f724cc29f724c5e |
EUC-JP | ツ殲Lツ殲L^ | 1000111011000010110111011101001101001100100011101100001011011101110100110100110001011110 | 8ec2ddd34c8ec2ddd34c5e |
UTF-8 | ツ殲Lツ殲L^ | 111011111011111010000010111001101010111010110010010011001110111110111110100000101110011010101110101100100100110001011110 | efbe82e6aeb24cefbe82e6aeb24c5e |
UHC | ?殲L?殲L^ | 001111111110000011101000010011000011111111100000111010000100110001011110 | 3fe0e84c3fe0e84c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)