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 | ツ殲ツ宿 | 110000101001111101110010110000101000111101101000 | c29f72c28f68 |
EUC-JP | ツ殲ツ宿 | 1000111011000010110111011101001110001110110000101011110111001001 | 8ec2ddd38ec2bdc9 |
UTF-8 | ツ殲ツ宿 | 111011111011111010000010111001101010111010110010111011111011111010000010111001011010111010111111 | efbe82e6aeb2efbe82e5aebf |
UHC | ?殲?宿 | 001111111110000011101000001111111110001011010110 | 3fe0e83fe2d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)