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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ慊アツ宿 | 11000010100111001100001010110001110000101000111101101000 | c29cc2b1c28f68 |
EUC-JP | ツ慊アツ宿 | 10001110110000101101100011000100100011101011000110001110110000101011110111001001 | 8ec2d8c48eb18ec2bdc9 |
UTF-8 | ツ慊アツ宿 | 111011111011111010000010111001101000010110001010111011111011110110110001111011111011111010000010111001011010111010111111 | efbe82e6858aefbdb1efbe82e5aebf |
UHC | ?慊??宿 | 00111111110011001100001100111111001111111110001011010110 | 3fccc33f3fe2d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)